From 02b0616dd919cc2b79c28e5779b0d1687a88f871 Mon Sep 17 00:00:00 2001 From: Adam Sitnik Date: Fri, 28 May 2021 07:46:58 +0200 Subject: [PATCH] Wasm.Build.Tests should not use local targeting runtime pack, as it's a tool --- .../BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj b/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj index a8048fb95a80ff..9ed56506d799fd 100644 --- a/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj +++ b/src/tests/BuildWasmApps/Wasm.Build.Tests/Wasm.Build.Tests.csproj @@ -10,6 +10,8 @@ false true TEST_DEBUG_CONFIG_ALSO + + false