Skip to content

Commit

Permalink
(#565) Remove Deprecated Images (#569)
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 authored Feb 27, 2020
1 parent e429fb7 commit 89dfe48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
- Integration tests are running on more Microsoft-hosted agents to
test all possible operating systems ([issue #550](https://github.com/PowerShell/xWebAdministration/issues/550)).
- Fix a few lingering bugs in CICD ([issue #567](https://github.com/PowerShell/xWebAdministration/issues/567))
- Remove an image from testing that MS will be deprecating soon ([issue #565](https://github.com/PowerShell/xWebAdministration/issues/567))

### Changed

Expand Down
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 89dfe48

Please sign in to comment.