Skip to content

Commit 14e8917

Browse files
authored
Use windows-latest agents in localization pipeline (microsoft#5538)
The loc pipeline uses windows-2019 agents that are being deprecated. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/5538)
1 parent e7d9c20 commit 14e8917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.loc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name: $(BuildDefinitionName)_$(date:yyMM).$(date:dd)$(rev:rrr)
1515
jobs:
1616
- job: Localize
1717
pool:
18-
vmImage: windows-2019
18+
vmImage: windows-latest
1919
variables:
2020
skipComponentGovernanceDetection: true
2121
tdbuildTeamId: 8343

0 commit comments

Comments
 (0)