Skip to content

Commit

Permalink
(dsccommunity#565) Remove Deprecated Images
Browse files Browse the repository at this point in the history
Microsoft is deprecating some images from the hosted runner image pool,
including `'win1803`. This change removes that image in favor of
`vs2017-win2016` as per

https://devblogs.microsoft.com/devops/removing-older-images-in-azure-pipelines-hosted-pools/
  • Loading branch information
RandomNoun7 committed Feb 26, 2020
1 parent e429fb7 commit b6eba01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ stages:
- job: Test_HQRM
displayName: 'HQRM'
pool:
vmImage: 'win1803'
vmImage: 'vs2017-win2016'
timeoutInMinutes: 0
steps:
- task: DownloadBuildArtifacts@0
Expand Down

0 comments on commit b6eba01

Please sign in to comment.