diff --git a/build/pipelines/daily-loc-submission.yml b/build/pipelines/daily-loc-submission.yml index 7cc6b95c2a..63725ed07e 100644 --- a/build/pipelines/daily-loc-submission.yml +++ b/build/pipelines/daily-loc-submission.yml @@ -23,7 +23,7 @@ parameters: default: true pool: - vmImage: windows-2019 + vmImage: windows-latest resources: repositories: diff --git a/build/pipelines/feature-flag-ci.yml b/build/pipelines/feature-flag-ci.yml index ead379dbf3..72ce2e392f 100644 --- a/build/pipelines/feature-flag-ci.yml +++ b/build/pipelines/feature-flag-ci.yml @@ -31,7 +31,7 @@ stages: - template: ./templates-v2/job-build-project.yml parameters: pool: # This only runs in CI - name: SHINE-OSS-L + name: SHINE-OSS-L buildPlatforms: [x64] buildConfigurations: [Release] buildEverything: true diff --git a/build/pipelines/pgo.yml b/build/pipelines/pgo.yml index d1de2ec744..4cb70875af 100644 --- a/build/pipelines/pgo.yml +++ b/build/pipelines/pgo.yml @@ -74,7 +74,7 @@ stages: parameters: jobName: MergePGD pool: - vmImage: 'windows-2022' + vmImage: 'windows-latest' buildConfiguration: Release buildPlatforms: ${{ parameters.buildPlatforms }} artifactStem: -instrumentation @@ -82,7 +82,7 @@ stages: - template: ./templates-v2/job-pgo-build-nuget-and-publish.yml parameters: pool: - vmImage: 'windows-2022' + vmImage: 'windows-latest' dependsOn: MergePGD buildConfiguration: Release artifactStem: -instrumentation diff --git a/build/pipelines/templates-v2/job-check-code-format.yml b/build/pipelines/templates-v2/job-check-code-format.yml index c26b7f8aca..ea27f3d2f6 100644 --- a/build/pipelines/templates-v2/job-check-code-format.yml +++ b/build/pipelines/templates-v2/job-check-code-format.yml @@ -1,7 +1,7 @@ jobs: - job: CodeFormatCheck displayName: Check Code Format - pool: { vmImage: windows-2022 } + pool: { vmImage: windows-latest } steps: - checkout: self