Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
As the windows 2016 hosted runners is deprecated, the best practice is to replace it with windows-latest.
Any new PSMDProject shouldn't use the 2016 host anymore.

See GitHub Issue:
actions/runner-images#5403

Windows 2016 hosted runners were scheduled for full removal on April 1, 2022. However, we are still seeing significant usage from customers and we want to give them more time to migrate to the new runners. In order to give customers another chance to move to either windows-2019 or windows-2022 we will delay the removal of windows-2016 until June 30, 2022.
  • Loading branch information
ferwe authored May 9, 2022
1 parent 91a63a7 commit af078c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/PSFProject/azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pool:
name: Hosted VS2017
vmImage: "windows-latest"
steps:
- task: PowerShell@2
displayName: Prerequisites
Expand Down

0 comments on commit af078c5

Please sign in to comment.