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 8f1c6e1 commit f84d591Copy full SHA for f84d591
eng/pipelines/templates/jobs/live.tests.yml
@@ -77,7 +77,9 @@ jobs:
77
parameters:
78
SubscriptionConfiguration: ${{ parameters.CloudConfig.SubscriptionConfiguration }}
79
SubscriptionConfigurations: ${{ parameters.CloudConfig.SubscriptionConfigurations }}
80
- EnvVars: ${{ parameters.EnvVars }}
+ EnvVars:
81
+ Pool: $(Pool)
82
+ ${{ insert }}: ${{ parameters.EnvVars }}
83
84
- template: /eng/common/TestResources/deploy-test-resources.yml
85
0 commit comments