ソースを参照

Fixes pipeline

Henning Dieterichs 2 年 前
コミット
0677fa6e30
1 ファイル変更4 行追加0 行削除
  1. 4 0
      .azure-pipelines/publish-stable.yml

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

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