diff --git a/.vsts-ci-windows-tests.yml b/.vsts-ci-windows-tests.yml index 8f6b43bf9..3ff51044b 100644 --- a/.vsts-ci-windows-tests.yml +++ b/.vsts-ci-windows-tests.yml @@ -99,7 +99,7 @@ jobs: mkdir "emsdk test" $env:WASMSHELL_WSLEMSDK="$(build.sourcesdirectory)/src/Uno.Wasm.StaticLinking.Interpreter/emsdk test" dotnet clean -c Release /p:DISABLE_CLIHOST_NET6=true - dotnet publish -c Release /m:1 /p:DISABLE_CLIHOST_NET6=true /p:WasmShellEmccLinkOptimization=false /p:WasmShellILLinkerEnabled=false /bl:$(build.artifactstagingdirectory)/SampleNet5-nolinker-win.binlog + dotnet publish -c Release /m:1 /p:DISABLE_CLIHOST_NET6=true /p:WasmShellEmccLinkOptimization=false /p:WasmShellILLinkerEnabled=false /bl:$(build.artifactstagingdirectory)/SampleNet5-emsdk-space.binlog displayName: Build StaticLinking.Interpreter Sample (emsdk path with space test) # Static linking test with obsfucation enabled