File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
eng/pipelines/templates/jobs Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,9 @@ jobs:
129
129
UseFederatedAuth : ${{ parameters.UseFederatedAuth }}
130
130
ServiceConnection : ${{ parameters.CloudConfig.ServiceConnection }}
131
131
SubscriptionConfigurationFilePaths : ${{ parameters.CloudConfig.SubscriptionConfigurationFilePaths }}
132
+ EnvVars :
133
+ Pool : $(Pool)
134
+ ${{ insert }} : ${{ parameters.EnvVars }}
132
135
- ${{ if not(parameters.TestResourceDirectories) }} :
133
136
- template : /eng/common/TestResources/deploy-test-resources.yml
134
137
parameters :
@@ -139,6 +142,9 @@ jobs:
139
142
UseFederatedAuth : ${{ parameters.UseFederatedAuth }}
140
143
ServiceConnection : ${{ parameters.CloudConfig.ServiceConnection }}
141
144
SubscriptionConfigurationFilePaths : ${{ parameters.CloudConfig.SubscriptionConfigurationFilePaths }}
145
+ EnvVars :
146
+ Pool : $(Pool)
147
+ ${{ insert }} : ${{ parameters.EnvVars }}
142
148
143
149
- template : ../steps/build-test.yml
144
150
parameters :
You can’t perform that action at this time.
0 commit comments