Просмотр исходного кода

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

Fixes pipeline
Henning Dieterichs 2 лет назад
Родитель
Сommit
f86fe93775
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