Update PR validation to fix the FastCheck config and IIS tests

This commit is contained in:
Nate McMaster 2018-11-09 14:09:09 -08:00
parent 0a44f1c068
commit 1c8df01d09
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
2 changed files with 5 additions and 1 deletions

View File

@ -8,12 +8,15 @@ jobs:
jobName: PR_FastCheck
jobDisplayName: Fast Check
agentOs: Windows
buildArgs: "/p:FastCheck"
buildArgs: "/t:FastCheck"
- template: jobs/default-build.yml
parameters:
jobName: Windows_Build
jobDisplayName: "Build: Windows"
agentOs: Windows
beforeBuild:
- powershell: "& ./src/IISIntegration/tools/UpdateIISExpressCertificate.ps1"
displayName: Setup IISExpress test certificates"
- template: jobs/iisintegration-job.yml
parameters:
variables:

View File

@ -63,6 +63,7 @@ jobs:
- job: ${{ coalesce(parameters.jobName, parameters.agentOs) }}
displayName: ${{ coalesce(parameters.jobDisplayName, parameters.agentOs) }}
dependsOn: ${{ parameters.dependsOn }}
timeoutInMinutes: 90
workspace:
clean: all
strategy: