summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorBrian Cristante <brcrista@microsoft.com>2018-10-05 13:58:49 -0400
committerBrian Cristante <brcrista@microsoft.com>2018-10-05 13:58:49 -0400
commit35b1ea333ee95e78758928bfea61ad289343be1b (patch)
tree072f08d36a491928eb7b39fda513ff0bf8c8ca71 /.azure-pipelines
parent767eafc98141a81f2277ed010dcebf3f57a1484d (diff)
downloadpip-35b1ea333ee95e78758928bfea61ad289343be1b.tar.gz
fix wrong vmImage name
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/vs2017.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines/vs2017.yml b/.azure-pipelines/vs2017.yml
index c1a71a4e1..2a4574701 100644
--- a/.azure-pipelines/vs2017.yml
+++ b/.azure-pipelines/vs2017.yml
@@ -1,8 +1,8 @@
jobs:
- template: jobs/test-windows.yml
parameters:
- pool: { vmImage: vs2017-win2017 }
+ pool: { vmImage: vs2017-win2016 }
- template: jobs/package.yml
parameters:
- pool: { vmImage: vs2017-win2017 }
+ pool: { vmImage: vs2017-win2016 }