Skip to content

Commit

Permalink
Sync eng/common directory with azure-sdk-tools for PR 9234 (#31495)
Browse files Browse the repository at this point in the history
Sync eng/common directory with azure-sdk-tools for PR
Azure/azure-sdk-tools#9234 See [eng/common
workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

Co-authored-by: Patrick Hallisey <[email protected]>
  • Loading branch information
azure-sdk and hallipr authored Oct 22, 2024
1 parent ccfd0c7 commit 209aff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/common/pipelines/templates/archetype-typespec-emitter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ parameters:
default: false

# Whether to regenerate sdk clients using the new emitter.
- name: ShouldRegenrate
- name: ShouldRegenerate
type: boolean
default: false

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 209aff9

Please sign in to comment.