From 40749f6e77f098ca0fae4d88ffd802f49b58c404 Mon Sep 17 00:00:00 2001 From: Simon Rozsival Date: Tue, 23 Aug 2022 09:19:33 +0200 Subject: [PATCH] [wasm-mt] Fix cross-origin headers when running the browser threads sample test (#74342) --- .../wasm/browser-threads/Wasm.Browser.Threads.Sample.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mono/sample/wasm/browser-threads/Wasm.Browser.Threads.Sample.csproj b/src/mono/sample/wasm/browser-threads/Wasm.Browser.Threads.Sample.csproj index 06dd22e1141f4..2798384dbf503 100644 --- a/src/mono/sample/wasm/browser-threads/Wasm.Browser.Threads.Sample.csproj +++ b/src/mono/sample/wasm/browser-threads/Wasm.Browser.Threads.Sample.csproj @@ -6,7 +6,7 @@ embedded 1 true - $(ExecXHarnessCmd) wasm test-browser --app=. --browser=Chrome $(XHarnessBrowserPathArg) --html-file=index.html --output-directory=$(XHarnessOutput) -- $(MSBuildProjectName).dll + $(ExecXHarnessCmd) wasm test-browser --app=. --browser=Chrome $(XHarnessBrowserPathArg) --html-file=index.html --output-directory=$(XHarnessOutput) --web-server-use-cop -- $(MSBuildProjectName).dll @@ -28,5 +28,5 @@ - +