We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01de78e commit 14dfaf1Copy full SHA for 14dfaf1
tools/releaseBuild/yaml/releaseBuild.yml
@@ -29,11 +29,7 @@ stages:
29
- template: windows-build.yml
30
31
- job: SignWin
32
- pool:
33
- name: PowerShell
34
- demands:
35
- - DotNetFramework
36
- - Agent.Image
+ pool: Package ES Standard Build
37
displayName: Sign Windows
38
dependsOn: BuildWin
39
strategy:
@@ -78,11 +74,7 @@ stages:
78
74
- SignWin
79
75
- BuildLinux
80
76
- BuildMac
81
82
83
84
85
77
86
87
steps:
88
- template: nuget.yml
0 commit comments