diff --git a/azure-pipelines-richnav.yml b/azure-pipelines-richnav.yml index f0ee6808aab..e9b3efac081 100644 --- a/azure-pipelines-richnav.yml +++ b/azure-pipelines-richnav.yml @@ -16,7 +16,7 @@ stages: enableRichCodeNavigation: true richCodeNavigationEnvironment: 'production' pool: - name: NetCore1ESPool-Public + name: NetCore1ESPool-Svc-Public demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre.Open steps: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 66444eec2b5..12f5a1b1eed 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -157,7 +157,7 @@ stages: parameters: publishUsingPipelines: true pool: - name: NetCore1ESPool-Internal + name: NetCore1ESPool-Svc-Internal demands: ImageOverride -equals Build.Server.Amd64.VS2019 diff --git a/eng/pipelines/build.yml b/eng/pipelines/build.yml index b9be57627c1..22268748fb5 100644 --- a/eng/pipelines/build.yml +++ b/eng/pipelines/build.yml @@ -14,10 +14,10 @@ jobs: timeoutInMinutes: ${{ parameters.timeoutInMinutes }} pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: - name: NetCore1ESPool-Public + name: NetCore1ESPool-Svc-Public demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre.Open ${{ if ne(variables['System.TeamProject'], 'public') }}: - name: NetCore1ESPool-Internal + name: NetCore1ESPool-Svc-Internal demands: ImageOverride -equals Build.Windows.Amd64.VS2022.Pre strategy: matrix: