Browse Source

Merge pull request #3599 from microsoft/hediet/thorough-bat

Fixes pipeline
Henning Dieterichs 2 năm trước cách đây
mục cha
commit
f86fe93775
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      .azure-pipelines/publish-stable.yml

+ 4 - 0
.azure-pipelines/publish-stable.yml

@@ -24,6 +24,10 @@ parameters:
     displayName: 🚀 Publish Editor Core
     type: boolean
     default: false
+  - name: publishWebpackPlugin
+    displayName: 🚀 Publish Webpack Plugin
+    type: boolean
+    default: false
 
 extends:
   template: azure-pipelines/npm-package/pipeline.yml@templates