From 09e5daa03731f33b971192b9560d296b4f73ca93 Mon Sep 17 00:00:00 2001
From: Pavel Krymets <pavel@krymets.com>
Date: Thu, 15 Nov 2018 08:13:20 -0800
Subject: [PATCH] Update schema before running tests (#4030)

---
 .azure/pipelines/fast-pr-validation.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.azure/pipelines/fast-pr-validation.yml b/.azure/pipelines/fast-pr-validation.yml
index d0045c031ec..66e7364fb48 100644
--- a/.azure/pipelines/fast-pr-validation.yml
+++ b/.azure/pipelines/fast-pr-validation.yml
@@ -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
-- 
GitLab