Explorar o código

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

Fixes pipeline
Henning Dieterichs %!s(int64=2) %!d(string=hai) anos
pai
achega
f86fe93775
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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