Skip to content

Commit

Permalink
Sync eng/common directory with azure-sdk-tools for PR 8528 (#5755)
Browse files Browse the repository at this point in the history
* Fix default value for env vars in build-test-resource-config template

* Add empty pool condition

---------

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
  • Loading branch information
azure-sdk and benbp committed Jul 3, 2024
1 parent 7294918 commit a7ce5b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/common/TestResources/build-test-resource-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ parameters:
# EnvVars is used to help diagnose variable conflict issues early
- name: EnvVars
type: object
default: null
default: {}
- name: SubscriptionConfigurationFilePaths
type: object
default: null

steps:
- task: AzurePowerShell@5
displayName: Set Pipeline Subnet Info
condition: ne(variables['Pool'], '')
env: ${{ parameters.EnvVars }}
inputs:
azureSubscription: azure-sdk-tests
Expand Down

0 comments on commit a7ce5b4

Please sign in to comment.