Update PR validation to fix the FastCheck config and IIS tests
This commit is contained in:
parent
0a44f1c068
commit
1c8df01d09
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue