We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ed18c commit 818b3d2Copy full SHA for 818b3d2
eng/common/pipelines/templates/archetype-typespec-emitter.yml
@@ -43,7 +43,7 @@ parameters:
43
default: false
44
45
# Whether to regenerate sdk clients using the new emitter.
46
-- name: ShouldRegenrate
+- name: ShouldRegenerate
47
type: boolean
48
49
@@ -210,7 +210,7 @@ extends:
210
211
# Regenerate stage
212
# Responsible for regenerating the SDK code using the emitter package and the generation matrix.
213
- - ${{ if and(parameters.ShouldPublish, parameters.ShouldRegenrate) }}:
+ - ${{ if and(parameters.ShouldPublish, parameters.ShouldRegenerate) }}:
214
- stage: Regenerate
215
dependsOn:
216
- Build
0 commit comments