Run loc pipeline on windows-2022 image (#1761)

Run the localization pipeline on the windows-2022 image. We will be switching to windows-2022 and Visual Studio 2022 for the main app builds sometime soon. It doesn't really matter which image the loc pipeline runs on, but switching it to windows-2022 will help keep all pipelines consistent.
This commit is contained in:
Matt Cooley 2021-12-15 21:31:15 -08:00 committed by GitHub
parent 5d95330fad
commit 28517854f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ name: $(BuildDefinitionName)_$(date:yyMM).$(date:dd)$(rev:rrr)
jobs:
- job: Localize
pool:
vmImage: windows-2019
vmImage: windows-2022
variables:
skipComponentGovernanceDetection: true
steps: