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 edf7d75 commit 3687809Copy full SHA for 3687809
azure-pipelines.yml
@@ -6,6 +6,8 @@
6
trigger:
7
- main
8
9
+pool: myAgentPool
10
+
11
variables:
12
# Azure Resource Manager connection created during pipeline creation
13
azureServiceConnectionId: '5409f913-e87a-4e84-8ec8-6a7b08ebac0c'
@@ -83,4 +85,4 @@ stages:
83
85
inputs:
84
86
azureSubscription: $(azureServiceConnectionId)
87
appName: $(webAppName)
- package: $(Pipeline.Workspace)/drop/$(Build.BuildId).zip
88
+ package: $(Pipeline.Workspace)/drop/$(Build.BuildId).zip
0 commit comments