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 6bdb3ac commit 1ca4eaaCopy full SHA for 1ca4eaa
.azure/pipelines/ci.yml
@@ -654,7 +654,7 @@ stages:
654
# Just uploading artifacts/logs/ files can take 15 minutes. Doubling the cancel timeout for this job.
655
cancelTimeoutInMinutes: 30
656
buildArgs: -all -pack -test /p:SkipHelixReadyTests=true /p:SkipIISNewHandlerTests=true /p:SkipIISTests=true
657
- /p:SkipIISExpressTests=true /p:SkipIISNewShimTests=true /p:RunTemplateTests=true
+ /p:SkipIISExpressTests=true /p:SkipIISNewShimTests=true /p:RunTemplateTests=false
658
$(_InternalRuntimeDownloadArgs)
659
beforeBuild:
660
- powershell: "& ./src/Servers/IIS/tools/UpdateIISExpressCertificate.ps1; & ./src/Servers/IIS/tools/update_schema.ps1"
0 commit comments