Skip to content

Commit 3687809

Browse files
authored
Update azure-pipelines.yml to use myAgentPool
1 parent edf7d75 commit 3687809

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
trigger:
77
- main
88

9+
pool: myAgentPool
10+
911
variables:
1012
# Azure Resource Manager connection created during pipeline creation
1113
azureServiceConnectionId: '5409f913-e87a-4e84-8ec8-6a7b08ebac0c'
@@ -83,4 +85,4 @@ stages:
8385
inputs:
8486
azureSubscription: $(azureServiceConnectionId)
8587
appName: $(webAppName)
86-
package: $(Pipeline.Workspace)/drop/$(Build.BuildId).zip
88+
package: $(Pipeline.Workspace)/drop/$(Build.BuildId).zip

0 commit comments

Comments
 (0)