diff --git a/eng/common/pipelines/templates/archetype-typespec-emitter.yml b/eng/common/pipelines/templates/archetype-typespec-emitter.yml index 71d16c908..5192ea229 100644 --- a/eng/common/pipelines/templates/archetype-typespec-emitter.yml +++ b/eng/common/pipelines/templates/archetype-typespec-emitter.yml @@ -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