浏览代码

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