diff --git a/.vsts-ci-windows-tests.yml b/.vsts-ci-windows-tests.yml
index 699c756f1..68984c9f4 100644
--- a/.vsts-ci-windows-tests.yml
+++ b/.vsts-ci-windows-tests.yml
@@ -38,6 +38,11 @@ jobs:
dotnet msbuild /r /p:Configuration=Release /p:DISABLE_CLIHOST_NET6=true
displayName: Build bootstrap
+ - pwsh: |
+ cd $(build.sourcesdirectory)/src/Uno.Wasm.Bootstrap
+ dotnet msbuild /r /p:Configuration=Release /p:DISABLE_CLIHOST_NET6=true
+ displayName: Build bootstrap
+
- pwsh: |
cd $(build.sourcesdirectory)/src/Uno.Wasm.SampleNet6
$customMonoTempPath="$env:temp\with a space\test"
diff --git a/src/Uno.Wasm.Bootstrap/build/Uno.Wasm.Bootstrap.targets b/src/Uno.Wasm.Bootstrap/build/Uno.Wasm.Bootstrap.targets
index f493310fe..0078c442d 100644
--- a/src/Uno.Wasm.Bootstrap/build/Uno.Wasm.Bootstrap.targets
+++ b/src/Uno.Wasm.Bootstrap/build/Uno.Wasm.Bootstrap.targets
@@ -118,10 +118,12 @@
+
+