fix wrong vmImage name

This commit is contained in:
Brian Cristante 2018-10-05 13:58:49 -04:00
parent 767eafc981
commit 35b1ea333e
1 changed files with 2 additions and 2 deletions

View File

@ -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 }