Skip to content

Commit b620f2a

Browse files
authored
Add publish extension parameter (#18881)
1 parent 0bb51bf commit b620f2a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build/azure-pipeline.stable.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,16 @@ resources:
1414
ref: main
1515
endpoint: Monaco
1616

17+
parameters:
18+
- name: publishExtension
19+
displayName: 🚀 Publish Extension
20+
type: boolean
21+
default: false
22+
1723
extends:
1824
template: azure-pipelines/extension/stable.yml@templates
1925
parameters:
26+
publishExtension: ${{ parameters.publishExtension }}
2027
buildSteps:
2128
- task: NodeTool@0
2229
inputs:

0 commit comments

Comments
 (0)