From 28517854f5a2dd47fb1e24029cc77daf1309530e Mon Sep 17 00:00:00 2001 From: Matt Cooley Date: Wed, 15 Dec 2021 21:31:15 -0800 Subject: [PATCH] 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. --- build/pipelines/azure-pipelines.loc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/pipelines/azure-pipelines.loc.yaml b/build/pipelines/azure-pipelines.loc.yaml index af68fef..7fadde1 100644 --- a/build/pipelines/azure-pipelines.loc.yaml +++ b/build/pipelines/azure-pipelines.loc.yaml @@ -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) \ No newline at end of file + targetPath: $(Build.ArtifactStagingDirectory)