File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -657,7 +657,7 @@ stages:
657657 isAzDOTestingJob : true
658658 # Just uploading artifacts/logs/ files can take 15 minutes. Doubling the cancel timeout for this job.
659659 cancelTimeoutInMinutes : 30
660- buildArgs : -all -pack -test /p:SkipHelixReadyTests=true /p:SkipIISNewHandlerTests=true /p:SkipIISTests=true
660+ buildArgs : -all -pack -test -binaryLog /p:SkipHelixReadyTests=true /p:SkipIISNewHandlerTests=true /p:SkipIISTests=true
661661 /p:SkipIISExpressTests=true /p:SkipIISNewShimTests=true /p:RunTemplateTests=false
662662 /p:SkipComponentsE2ETests=true
663663 $(_InternalRuntimeDownloadArgs)
@@ -681,7 +681,7 @@ stages:
681681 agentOs : macOS
682682 timeoutInMinutes : 240
683683 isAzDOTestingJob : true
684- buildArgs : --all --test "/p:RunTemplateTests=false /p:SkipComponentsE2ETests=true /p:SkipHelixReadyTests=true" $(_InternalRuntimeDownloadArgs)
684+ buildArgs : --all --test --binaryLog "/p:RunTemplateTests=false /p:SkipComponentsE2ETests=true /p:SkipHelixReadyTests=true" $(_InternalRuntimeDownloadArgs)
685685 beforeBuild :
686686 - bash : " ./eng/scripts/install-nginx-mac.sh"
687687 displayName : Installing Nginx
@@ -702,7 +702,7 @@ stages:
702702 agentOs : Linux
703703 isAzDOTestingJob : true
704704 useHostedUbuntu : false
705- buildArgs : --all --test "/p:RunTemplateTests=false /p:SkipComponentsE2ETests=true /p:SkipHelixReadyTests=true" $(_InternalRuntimeDownloadArgs)
705+ buildArgs : --all --test --binaryLog "/p:RunTemplateTests=false /p:SkipComponentsE2ETests=true /p:SkipHelixReadyTests=true" $(_InternalRuntimeDownloadArgs)
706706 beforeBuild :
707707 - bash : " ./eng/scripts/install-nginx-linux.sh"
708708 displayName : Installing Nginx
You can’t perform that action at this time.
0 commit comments