Sync eng/common directory with azure-sdk-tools for PR 9234 (#31495)

Sync eng/common directory with azure-sdk-tools for PR
https://github.com/Azure/azure-sdk-tools/pull/9234 See [eng/common
workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
This commit is contained in:
Azure SDK Bot 2024-10-22 13:25:31 -07:00 коммит произвёл GitHub
Родитель ccfd0c712f
Коммит 209aff9b16
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -43,7 +43,7 @@ parameters:
default: false
# Whether to regenerate sdk clients using the new emitter.
- name: ShouldRegenrate
- name: ShouldRegenerate
type: boolean
default: false
@ -210,7 +210,7 @@ extends:
# Regenerate stage
# Responsible for regenerating the SDK code using the emitter package and the generation matrix.
- ${{ if and(parameters.ShouldPublish, parameters.ShouldRegenrate) }}:
- ${{ if and(parameters.ShouldPublish, parameters.ShouldRegenerate) }}:
- stage: Regenerate
dependsOn:
- Build