From ddeb41cac4e1e9adb6d4aad4cddd36c9c00f6af5 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Tue, 20 Sep 2022 20:12:18 -0400 Subject: [PATCH] [wasm] Don't use MS.Build.NoTargets SDK for runtime tests This will also avoid intermittent failures like https://github.com/dotnet/runtime/issues/75391 --- 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