We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331fd30 commit 367e535Copy full SHA for 367e535
1 file changed
.azuredevops/pipelines/deploy.yml
@@ -16,8 +16,8 @@ stages:
16
displayName: Deploy to ${{ env }} environment
17
pool:
18
name: private-pool-dev-uks
19
- variables:
20
- - group: ${{ env }}
+ # variables:
+ # - group: ${{ env }}
21
lockBehavior: sequential
22
isSkippable: false
23
0 commit comments