Skip to content

Commit 14dfaf1

Browse files
Change the agent pool for signing phase (#57)
* Change the agent pool for signing phase * Address CR comments
1 parent 01de78e commit 14dfaf1

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

tools/releaseBuild/yaml/releaseBuild.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ stages:
2929
- template: windows-build.yml
3030

3131
- job: SignWin
32-
pool:
33-
name: PowerShell
34-
demands:
35-
- DotNetFramework
36-
- Agent.Image
32+
pool: Package ES Standard Build
3733
displayName: Sign Windows
3834
dependsOn: BuildWin
3935
strategy:
@@ -78,11 +74,7 @@ stages:
7874
- SignWin
7975
- BuildLinux
8076
- BuildMac
81-
pool:
82-
name: PowerShell
83-
demands:
84-
- DotNetFramework
85-
- Agent.Image
77+
pool: Package ES Standard Build
8678

8779
steps:
8880
- template: nuget.yml

0 commit comments

Comments
 (0)