Skip to content

Commit

Permalink
Update localization pipeline Windows version (#1251)
Browse files Browse the repository at this point in the history
* update localization pipeline steps to windows-22
  • Loading branch information
j0shuams authored Sep 7, 2022
1 parent fa7f556 commit f25f408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/AzurePipelineTemplates/CsWinRT-BuildOnly-Stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ stages:
jobs:
- job: Build
pool:
vmImage: windows-2019
vmImage: windows-2022
timeoutInMinutes: 90
# https://docs.microsoft.com/en-us/azure/devops/pipelines/process/phases?view=azure-devops&tabs=yaml#multi-job-configuration
strategy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ stages:
jobs:
- job: Localize
pool:
vmImage: windows-2019
vmImage: windows-2022
timeoutInMinutes: 90
steps:
- checkout: self
Expand Down

0 comments on commit f25f408

Please sign in to comment.