Skip to content

Commit 666ff35

Browse files
author
Evans Aboge (from Dev Box)
committed
Specify pool at stage level
1 parent 313ba89 commit 666ff35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@ extends:
203203
- stage: deploy
204204
condition: and(or(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'), eq(variables['Build.SourceBranch'], variables['PREVIEW_BRANCH'])), not(contains(variables['Build.SourceBranch'], '-preview')))
205205
dependsOn: build
206+
pool:
207+
name: Azure-Pipelines-1ESPT-ExDShared
208+
image: ubuntu-latest
206209
jobs:
207210
# - deployment: deploy_hidi
208211
# templateContext:

0 commit comments

Comments
 (0)