Skip to content

Commit f86fe93

Browse files
authored
Merge pull request #3599 from microsoft/hediet/thorough-bat
Fixes pipeline
2 parents 4e1721e + 0677fa6 commit f86fe93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.azure-pipelines/publish-stable.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ parameters:
2424
displayName: 🚀 Publish Editor Core
2525
type: boolean
2626
default: false
27+
- name: publishWebpackPlugin
28+
displayName: 🚀 Publish Webpack Plugin
29+
type: boolean
30+
default: false
2731

2832
extends:
2933
template: azure-pipelines/npm-package/pipeline.yml@templates

0 commit comments

Comments
 (0)