Skip to content
Merged
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
12 changes: 2 additions & 10 deletions tools/releaseBuild/yaml/releaseBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ stages:
- template: windows-build.yml

- job: SignWin
pool:
name: PowerShell
demands:
- DotNetFramework
- Agent.Image
pool: Package ES Standard Build
displayName: Sign Windows
dependsOn: BuildWin
strategy:
Expand Down Expand Up @@ -78,11 +74,7 @@ stages:
- SignWin
- BuildLinux
- BuildMac
pool:
name: PowerShell
demands:
- DotNetFramework
- Agent.Image
pool: Package ES Standard Build

steps:
- template: nuget.yml
Expand Down