Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Apr 5, 2020
1 parent 8e311d3 commit 3cb1d6c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,9 @@ strategy:
mac:
imageName: 'macos-latest'
nodeVersion: '12.x'
windows:
imageName: 'vs2017-win2016'
nodeVersion: '12.x'
windows-latest:
imageName: 'vs2019-win2019'
nodeVersion: '12.x'
windows-only:
imageName: 'windows-latest'
nodeVersion: '12.x'
nodeVersion: 'latest'

pool:
vmImage: $(imageName)
Expand Down

0 comments on commit 3cb1d6c

Please sign in to comment.