Skip to content

Commit af078c5

Browse files
authored
Update azure-pipelines.yml
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.
1 parent 91a63a7 commit af078c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/PSFProject/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pool:
2-
name: Hosted VS2017
2+
vmImage: "windows-latest"
33
steps:
44
- task: PowerShell@2
55
displayName: Prerequisites

0 commit comments

Comments
 (0)