Skip to content

Commit

Permalink
Added missing vmImage
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 26, 2019
1 parent 48a5f2e commit 4b89261
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -12,6 +12,9 @@ strategy:
windows:
imageName: 'vs2017-win2016'

pool:
vmImage: $(imageName)

steps:
- task: UseRubyVersion@0
inputs:
Expand Down

0 comments on commit 4b89261

Please sign in to comment.