We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc0bf9 commit 9408ed8Copy full SHA for 9408ed8
.azure/pipelines/ci.yml
@@ -517,6 +517,8 @@ stages:
517
jobDisplayName: "Test: Windows Server 2016 x64"
518
agentOs: Windows
519
isTestingJob: true
520
+ # Just uploading artifacts/logs/ files can take 15 minutes. Doubling the cancel timeout for this job.
521
+ cancelTimeoutInMinutes: 30
522
buildArgs: -all -pack -test /p:SkipHelixReadyTests=true /p:SkipIISNewHandlerTests=true /p:SkipIISTests=true
523
/p:SkipIISExpressTests=true /p:SkipIISNewShimTests=true /p:RunTemplateTests=false
524
$(_InternalRuntimeDownloadArgs)
0 commit comments