From d48751b92d5989f8b052ba4a5c20a385f3d4a983 Mon Sep 17 00:00:00 2001 From: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com> Date: Thu, 29 Aug 2024 12:23:40 +0200 Subject: [PATCH] Enable the wasi-aot-library tests on windows (#107124) We use WASI SDK 24 which is 64bit - we can enable the test pipeline again. --- eng/pipelines/runtime.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index 1db86b961f1da..8426c37b2061b 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -870,6 +870,7 @@ extends: - browser_wasm - browser_wasm_win - wasi_wasm + - wasi_wasm_win nameSuffix: _Smoke_AOT runAOT: true shouldRunSmokeOnly: true