|
20 | 20 | <RunScriptCommand Condition="'$(IsFunctionalTest)' != 'true'">$(AOTScriptCommand)$HARNESS_RUNNER wasm $XHARNESS_COMMAND --app=. --engine=$(JSEngine) $(JSEngineArgs) --js-file=runtime.js --output-directory=$XHARNESS_OUT -- $(RunTestsJSArguments) --run WasmTestRunner.dll $(AssemblyName).dll</RunScriptCommand> |
21 | 21 | <RunScriptCommand Condition="'$(IsFunctionalTest)' == 'true'">$(AOTScriptCommand)$HARNESS_RUNNER wasm $XHARNESS_COMMAND --app=. --engine=$(JSEngine) $(JSEngineArgs) --js-file=runtime.js --output-directory=$XHARNESS_OUT --expected-exit-code=$(ExpectedExitCode) -- $(RunTestsJSArguments) --run $(AssemblyName).dll --testing</RunScriptCommand> |
22 | 22 | <EventSourceSupport>false</EventSourceSupport> |
23 | | - <UseSystemResourceKeys>true</UseSystemResourceKeys> |
| 23 | + <UseSystemResourceKeys>false</UseSystemResourceKeys> |
24 | 24 | <EnableUnsafeUTF7Encoding>false</EnableUnsafeUTF7Encoding> |
25 | 25 | <HttpActivityPropagationSupport>false</HttpActivityPropagationSupport> |
26 | | - <DebuggerSupport>false</DebuggerSupport> |
| 26 | + <DebuggerSupport>true</DebuggerSupport> |
27 | 27 | </PropertyGroup> |
28 | 28 |
|
29 | 29 | <PropertyGroup Condition="'$(EnableAggressiveTrimming)' == 'true'"> |
|
115 | 115 | <BundleAssemblies Condition="'$(RunAOTCompilation)' != 'true'" Include="$(PublishDir)*.dll" /> |
116 | 116 | </ItemGroup> |
117 | 117 |
|
118 | | - <MakeDir Directories="$(_MobileIntermediateOutputPath)" |
| 118 | + <MakeDir Directories="$(_MobileIntermediateOutputPath)" |
119 | 119 | Condition="'$(RunAOTCompilation)' == 'true'"/> |
120 | 120 | <RemoveDir Directories="$(BundleDir)" /> |
121 | 121 |
|
|
193 | 193 | </Target> |
194 | 194 |
|
195 | 195 | <!-- Don't include InTree.props here, because the test projects themselves can set the target* properties --> |
196 | | - <Import Project="$(MonoProjectRoot)\wasm\build\WasmApp.props" |
| 196 | + <Import Project="$(MonoProjectRoot)\wasm\build\WasmApp.props" |
197 | 197 | Condition="'$(ShouldBuildWasmLocally)' == 'true'" /> |
198 | | - <Import Project="$(MonoProjectRoot)\wasm\build\WasmApp.InTree.targets" |
| 198 | + <Import Project="$(MonoProjectRoot)\wasm\build\WasmApp.InTree.targets" |
199 | 199 | Condition="'$(ShouldBuildWasmLocally)' == 'true'" /> |
200 | 200 | <PropertyGroup> |
201 | 201 | <WasmBuildAppDependsOn>PrepareForWasmBuildApp;$(WasmBuildAppDependsOn)</WasmBuildAppDependsOn> |
|
222 | 222 |
|
223 | 223 | <!-- Stage Emscripten in repo for helix submission --> |
224 | 224 | <Copy Condition="'$(ShouldCopyEmsdkFiles)' == 'true'" |
225 | | - SourceFiles="@(EmsdkFiles)" |
| 225 | + SourceFiles="@(EmsdkFiles)" |
226 | 226 | DestinationFolder="$(DestEmsdkDir)\%(RecursiveDir)" /> |
227 | 227 |
|
228 | | - <Copy SourceFiles="@(BundleFiles)" |
| 228 | + <Copy SourceFiles="@(BundleFiles)" |
229 | 229 | DestinationFolder="$(BundleDir)publish" /> |
230 | 230 | </Target> |
231 | 231 |
|
|
0 commit comments