Skip to content

Commit

Permalink
Move to standard internal pool for building (PowerShell#12119)
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisEz13 committed Mar 13, 2020
1 parent f0a8220 commit 9d592ea
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tools/releaseBuild/azureDevOps/WindowsBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
displayName: Build
condition: succeeded()
pool:
name: PowerShell
name: Package ES Standard Build
strategy:
matrix:
Build (x64,release):
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
dependsOn: BuildJob
condition: succeeded()
pool:
name: PowerShell
name: Package ES Standard Build
strategy:
matrix:
release-anycpu:
Expand Down
2 changes: 2 additions & 0 deletions tools/releaseBuild/azureDevOps/releaseBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ jobs:

- job: release_json
displayName: Create and Upload release.json
pool:
vmImage: 'windows-latest'
steps:
- template: templates/SetVersionVariables.yml
parameters:
Expand Down
2 changes: 1 addition & 1 deletion tools/releaseBuild/azureDevOps/templates/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
${{ parameters.parentJobs }}
displayName: Build NuGet packages
condition: succeeded()
pool: PowerShell
pool: Package ES Standard Build

timeoutInMinutes: 90

Expand Down
2 changes: 1 addition & 1 deletion tools/releaseBuild/azureDevOps/templates/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
condition: succeeded()

pool:
name: PowerShell
name: Package ES Standard Build

steps:

Expand Down

0 comments on commit 9d592ea

Please sign in to comment.