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:
Родитель
ccfd0c712f
Коммит
209aff9b16
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче