Do not build native when packing for template tests (#26031)
This produces a bunch of warnings and causes the quarantine build to fail. Passing NoBuildNative keeps with the theme of -NoBuild also being passed to this script
This commit is contained in:
parent
6186134956
commit
f6723f5b0d
|
|
@ -59,7 +59,7 @@ jobs:
|
||||||
- powershell: "& ./build.ps1 -CI -nobl -all -pack -NoBuildJava"
|
- powershell: "& ./build.ps1 -CI -nobl -all -pack -NoBuildJava"
|
||||||
displayName: Build
|
displayName: Build
|
||||||
# The templates part can be removed when the Blazor Templates run on Helix
|
# The templates part can be removed when the Blazor Templates run on Helix
|
||||||
- script: ./src/ProjectTemplates/build.cmd -ci -nobl -pack -NoRestore -NoBuilddeps "/p:RunTemplateTests=true"
|
- script: ./src/ProjectTemplates/build.cmd -ci -nobl -pack -NoRestore -NoBuildNative -NoBuilddeps "/p:RunTemplateTests=true"
|
||||||
displayName: Pack Templates
|
displayName: Pack Templates
|
||||||
- script: ./build.cmd -ci -nobl -test -NoRestore -NoBuild -NoBuilddeps "/p:RunTemplateTests=true /p:RunQuarantinedTests=true /p:SkipHelixReadyTests=true"
|
- script: ./build.cmd -ci -nobl -test -NoRestore -NoBuild -NoBuilddeps "/p:RunTemplateTests=true /p:RunQuarantinedTests=true /p:SkipHelixReadyTests=true"
|
||||||
displayName: Run Quarantined Tests
|
displayName: Run Quarantined Tests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue