From 5429eb1e01f388fe36ba7f41a3ba04bb840fced8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 22:54:25 -0500 Subject: [PATCH] [wasm] Don't use MS.Build.NoTargets SDK for runtime tests (#76107) This will also avoid intermittent failures like https://github.com/dotnet/runtime/issues/75391 Co-authored-by: Ankit Jain --- src/tests/Common/wasm-test-runner/WasmTestRunner.proj | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/tests/Common/wasm-test-runner/WasmTestRunner.proj b/src/tests/Common/wasm-test-runner/WasmTestRunner.proj index a692df6a293002..c653f98c47bff3 100644 --- a/src/tests/Common/wasm-test-runner/WasmTestRunner.proj +++ b/src/tests/Common/wasm-test-runner/WasmTestRunner.proj @@ -1,6 +1,8 @@ - - + + + $(TestBinDir)\obj\ + + false