@@ -647,7 +647,6 @@ stages:
647
647
cancelTimeoutInMinutes : 30
648
648
buildArgs : -all -pack -test -binaryLog /p:SkipHelixReadyTests=true /p:SkipIISNewHandlerTests=true /p:SkipIISTests=true
649
649
/p:SkipIISExpressTests=true /p:SkipIISNewShimTests=true /p:RunTemplateTests=false
650
- /p:SkipComponentsE2ETests=true
651
650
$(_InternalRuntimeDownloadArgs)
652
651
beforeBuild :
653
652
- powershell : " & ./src/Servers/IIS/tools/UpdateIISExpressCertificate.ps1; & ./src/Servers/IIS/tools/update_schema.ps1"
@@ -669,7 +668,7 @@ stages:
669
668
agentOs : macOS
670
669
timeoutInMinutes : 240
671
670
isAzDOTestingJob : true
672
- buildArgs : --all --test --binaryLog "/p:RunTemplateTests=false /p:SkipComponentsE2ETests=true /p: SkipHelixReadyTests=true" $(_InternalRuntimeDownloadArgs)
671
+ buildArgs : --all --test --binaryLog "/p:RunTemplateTests=false /p:SkipHelixReadyTests=true" $(_InternalRuntimeDownloadArgs)
673
672
beforeBuild :
674
673
- bash : " ./eng/scripts/install-nginx-mac.sh"
675
674
displayName : Installing Nginx
@@ -690,7 +689,7 @@ stages:
690
689
agentOs : Linux
691
690
isAzDOTestingJob : true
692
691
useHostedUbuntu : false
693
- buildArgs : --all --test --binaryLog "/p:RunTemplateTests=false /p:SkipComponentsE2ETests=true /p: SkipHelixReadyTests=true" $(_InternalRuntimeDownloadArgs)
692
+ buildArgs : --all --test --binaryLog "/p:RunTemplateTests=false /p:SkipHelixReadyTests=true" $(_InternalRuntimeDownloadArgs)
694
693
beforeBuild :
695
694
- bash : " ./eng/scripts/install-nginx-linux.sh"
696
695
displayName : Installing Nginx
@@ -722,7 +721,7 @@ stages:
722
721
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
723
722
displayName : Restore interop projects
724
723
- script : ./eng/build.cmd -ci -nobl -noBuildRepoTasks -noRestore -test -all -noBuildNative -projects eng\helix\helix.proj
725
- /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildInteropProjects=true /p:RunTemplateTests=true /p:SkipComponentsE2ETests=true
724
+ /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildInteropProjects=true /p:RunTemplateTests=true
726
725
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
727
726
displayName : Run build.cmd helix target
728
727
env :
0 commit comments