Skip to content

Commit

Permalink
Fixed missing vmImage key
Browse files Browse the repository at this point in the history
  • Loading branch information
CreepPork committed Jun 22, 2019
1 parent d9dac1e commit f1c3429
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
displayName: 'Build documentation'

- job: Build
pool: 'vs2017-win2016'
pool:
vmImage: 'vs2017-win2016'
steps:
- powershell: |
./tools/make.ps1
Expand Down

0 comments on commit f1c3429

Please sign in to comment.