فهرست منبع

Fixes parameter labels

Henning Dieterichs 1 سال پیش
والد
کامیت
73b47d4592
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      .azure-pipelines/publish-nightly.yml
  2. 1 1
      .azure-pipelines/publish-stable.yml

+ 1 - 1
.azure-pipelines/publish-nightly.yml

@@ -29,7 +29,7 @@ parameters:
     type: boolean
     default: true
   - name: publishMonacoEditor
-    displayName: 🚀 Publish Editor Core
+    displayName: 🚀 Publish Monaco Editor
     type: boolean
     default: true
   - name: vscodeRef

+ 1 - 1
.azure-pipelines/publish-stable.yml

@@ -21,7 +21,7 @@ parameters:
     type: boolean
     default: false
   - name: publishMonacoEditor
-    displayName: 🚀 Publish Editor Core
+    displayName: 🚀 Publish Monaco Editor
     type: boolean
     default: false
   - name: publishWebpackPlugin