Update schema before running tests (#4030)
This commit is contained in:
parent
3346efc471
commit
09e5daa037
|
|
@ -16,8 +16,8 @@ jobs:
|
|||
jobDisplayName: "Build: Windows"
|
||||
agentOs: Windows
|
||||
beforeBuild:
|
||||
- powershell: "& ./src/IISIntegration/tools/UpdateIISExpressCertificate.ps1"
|
||||
displayName: Setup IISExpress test certificates
|
||||
- powershell: "& ./src/IISIntegration/tools/UpdateIISExpressCertificate.ps1; & ./src/IISIntegration/tools/update_schema.ps1"
|
||||
displayName: Setup IISExpress test certificates and schema
|
||||
- template: jobs/iisintegration-job.yml
|
||||
parameters:
|
||||
TestGroupName: IIS
|
||||
|
|
|
|||
Loading…
Reference in New Issue