Move to standard internal pool for building (#12119)

This commit is contained in:
Travis Plunk 2020-03-13 09:00:18 -07:00 committed by GitHub
parent f0a8220398
commit 9d592ea388
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 5 deletions

View file

@ -4,7 +4,7 @@ jobs:
displayName: Build
condition: succeeded()
pool:
name: PowerShell
name: Package ES Standard Build
strategy:
matrix:
Build (x64,release):
@ -177,7 +177,7 @@ jobs:
dependsOn: BuildJob
condition: succeeded()
pool:
name: PowerShell
name: Package ES Standard Build
strategy:
matrix:
release-anycpu:

View file

@ -135,6 +135,8 @@ jobs:
- job: release_json
displayName: Create and Upload release.json
pool:
vmImage: 'windows-latest'
steps:
- template: templates/SetVersionVariables.yml
parameters:

View file

@ -7,7 +7,7 @@ jobs:
${{ parameters.parentJobs }}
displayName: Build NuGet packages
condition: succeeded()
pool: PowerShell
pool: Package ES Standard Build
timeoutInMinutes: 90

View file

@ -8,7 +8,7 @@ jobs:
displayName: Build Windows - ${{ parameters.Architecture }}
condition: succeeded()
pool:
name: PowerShell
name: Package ES Standard Build
variables:
BuildConfiguration: ${{ parameters.BuildConfiguration }}
BuildPlatform: ${{ parameters.BuildPlatform }}

View file

@ -5,7 +5,7 @@ jobs:
condition: succeeded()
pool:
name: PowerShell
name: Package ES Standard Build
steps: