Skip to content

Commit 34ed6d4

Browse files
authored
Binary Logs for Test Jobs (#37339)
As requested in #37146 (comment)
1 parent 0fa7c01 commit 34ed6d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.azure/pipelines/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)