소스 검색

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