We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f8d0a commit 5429eb1Copy full SHA for 5429eb1
src/tests/Common/wasm-test-runner/WasmTestRunner.proj
@@ -1,6 +1,8 @@
1
-<!-- This project requires an explicit SDK version number because it is used on Helix,
2
- and global.json is not available. -->
3
-<Project Sdk="Microsoft.Build.NoTargets/3.5.0" DefaultTargets="WasmBuildApp">
+<Project DefaultTargets="WasmBuildApp">
+ <PropertyGroup>
+ <IntermediateOutputPath Condition="'$(IntermediateOutputPath)' == ''">$(TestBinDir)\obj\</IntermediateOutputPath>
4
+ </PropertyGroup>
5
+
6
<Import Project="$(CORE_ROOT)\build\WasmApp.InTree.props" />
7
<PropertyGroup>
8
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
0 commit comments