Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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