Sync eng/common directory with azure-sdk-tools for PR 8528 (#5755)

* 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>
This commit is contained in:
Azure SDK Bot 2024-07-03 14:23:56 -04:00 коммит произвёл GitHub
Родитель 729491820e
Коммит a7ce5b43c3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -8,7 +8,7 @@ parameters:
# EnvVars is used to help diagnose variable conflict issues early
- name: EnvVars
type: object
default: null
default: {}
- name: SubscriptionConfigurationFilePaths
type: object
default: null
@ -16,6 +16,7 @@ parameters:
steps:
- task: AzurePowerShell@5
displayName: Set Pipeline Subnet Info
condition: ne(variables['Pool'], '')
env: ${{ parameters.EnvVars }}
inputs:
azureSubscription: azure-sdk-tests