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:
parent
5d95330fad
commit
28517854f5
@ -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:
|
||||
@ -51,4 +51,4 @@ jobs:
|
||||
condition: eq(variables['hasChanges'], '1')
|
||||
inputs:
|
||||
artifactName: Patch
|
||||
targetPath: $(Build.ArtifactStagingDirectory)
|
||||
targetPath: $(Build.ArtifactStagingDirectory)
|
||||
|
Loading…
Reference in New Issue
Block a user