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