diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 56424fcd..98844bf5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -49,11 +49,11 @@ stages: - job: Windows pool: ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}: - name: NetCorePublic-Pool - queue: BuildPool.Windows.10.Amd64.VS2017.Open + name: NetCore1ESPool-Public + demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017.Open ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - name: NetCoreInternal-Pool - queue: BuildPool.Windows.10.Amd64.VS2017 + name: NetCore1ESPool-Internal + demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017 variables: # Only enable publishing in official builds - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: @@ -129,11 +129,11 @@ stages: displayName: 'Linux' pool: ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}: - name: NetCorePublic-Pool - queue: BuildPool.Ubuntu.1604.Amd64.Open + name: NetCore1ESPool-Public + demands: ImageOverride -equals Build.Ubuntu.1604.Amd64.Open ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - name: NetCoreInternal-Pool - queue: BuildPool.Ubuntu.1604.Amd64 + name: NetCore1ESPool-Internal + demands: ImageOverride -equals Build.Ubuntu.1604.Amd64 strategy: matrix: Debug: