Skip to content

Commit f02e6dc

Browse files
azure-sdkbenbp
andauthored
Sync eng/common directory with azure-sdk-tools for PR 8528 (#2860)
* Fix default value for env vars in build-test-resource-config template * Add empty pool condition --------- Co-authored-by: Ben Broderick Phillips <[email protected]>
1 parent 18c90e5 commit f02e6dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eng/common/TestResources/build-test-resource-config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ parameters:
88
# EnvVars is used to help diagnose variable conflict issues early
99
- name: EnvVars
1010
type: object
11-
default: null
11+
default: {}
1212
- name: SubscriptionConfigurationFilePaths
1313
type: object
1414
default: null
1515

1616
steps:
1717
- task: AzurePowerShell@5
1818
displayName: Set Pipeline Subnet Info
19+
condition: ne(variables['Pool'], '')
1920
env: ${{ parameters.EnvVars }}
2021
inputs:
2122
azureSubscription: azure-sdk-tests

0 commit comments

Comments
 (0)