Skip to content

Commit

Permalink
fix wrong vmImage name
Browse files Browse the repository at this point in the history
  • Loading branch information
brcrista committed Oct 5, 2018
1 parent 767eafc commit 35b1ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/vs2017.yml
Original file line number Diff line number Diff line change
@@ -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 }

0 comments on commit 35b1ea3

Please sign in to comment.