From 9f2012c5c17cdacf3d6419b2dfd75f79b63f3c8c Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Thu, 2 Jul 2020 22:42:21 -0500 Subject: [PATCH] vmimage: windows-latest --- script/vsts/pull-requests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/vsts/pull-requests.yml b/script/vsts/pull-requests.yml index a21f7d75a3c..c23df709573 100644 --- a/script/vsts/pull-requests.yml +++ b/script/vsts/pull-requests.yml @@ -2,6 +2,8 @@ trigger: none # No CI builds, only PR builds jobs: - job: GetReleaseVersion + pool: + vmImage: 'windows-latest' steps: # This has to be done separately because VSTS inexplicably # exits the script block after `npm install` completes.