Run loc pipeline on windows-2022 image

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 10:37:15 -08:00 committed by GitHub
commit 7860c501f8
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: