Skip to content

Commit 93e07a3

Browse files
authored
Add pool variable and user env variables to test resources environment (Azure#23097)
1 parent 3e81795 commit 93e07a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eng/pipelines/templates/jobs/live.tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ jobs:
8989
UseFederatedAuth: ${{ parameters.UseFederatedAuth }}
9090
ServiceConnection: ${{ parameters.CloudConfig.ServiceConnection }}
9191
SubscriptionConfigurationFilePaths: ${{ parameters.CloudConfig.SubscriptionConfigurationFilePaths}}
92-
EnvVars: ${{ parameters.EnvVars }}
92+
EnvVars:
93+
Pool: $(Pool)
94+
${{ insert }}: ${{ parameters.EnvVars }}
9395

9496
- task: GoTool@0
9597
inputs:

0 commit comments

Comments
 (0)