File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/mono/sample/wasm/browser-threads Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
<DebugType >embedded</DebugType >
7
7
<WasmDebugLevel >1</WasmDebugLevel >
8
8
<GenerateRunScriptForSample Condition =" '$(ArchiveTests)' == 'true'" >true</GenerateRunScriptForSample >
9
- <RunScriptCommand >$(ExecXHarnessCmd) wasm test-browser --app=. --browser=Chrome $(XHarnessBrowserPathArg) --html-file=index.html --output-directory=$(XHarnessOutput) -- $(MSBuildProjectName).dll</RunScriptCommand >
9
+ <RunScriptCommand >$(ExecXHarnessCmd) wasm test-browser --app=. --browser=Chrome $(XHarnessBrowserPathArg) --html-file=index.html --output-directory=$(XHarnessOutput) --web-server-use-cop -- $(MSBuildProjectName).dll</RunScriptCommand >
10
10
</PropertyGroup >
11
11
<ItemGroup >
12
12
<WasmExtraFilesToDeploy Include =" index.html" />
28
28
<ProjectReference Include =" $(LibrariesProjectRoot)\System.Threading.ThreadPool.WebAssembly.Threading\ref\System.Threading.ThreadPool.WebAssembly.Threading.csproj" IncludeAssets =" compile" PrivateAssets =" none" ExcludeAssets =" runtime" Private =" false" />
29
29
<ProjectReference Include =" $(LibrariesProjectRoot)\System.Diagnostics.Tracing.WebAssembly.PerfTracing\ref\System.Diagnostics.Tracing.WebAssembly.PerfTracing.csproj" IncludeAssets =" compile" PrivateAssets =" none" ExcludeAssets =" runtime" Private =" false" />
30
30
</ItemGroup >
31
-
31
+
32
32
</Project >
You can’t perform that action at this time.
0 commit comments