Skip to content

Commit a0a4137

Browse files
azure-sdkbenbp
andauthored
Sync eng/common directory with azure-sdk-tools for PR 8528 (#30258)
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#8528 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) --------- Co-authored-by: Ben Broderick Phillips <[email protected]>
1 parent 1c9a681 commit a0a4137

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)