Henning Dieterichs 1 год назад
Родитель
Сommit
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