From f9ea9f01fc878b35d64b4f739a88f1e332d8573b Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Tue, 23 Jan 2024 19:57:21 +0100 Subject: [PATCH] Fixes parameter labels --- .azure-pipelines/publish-nightly.yml | 2 +- .azure-pipelines/publish-stable.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/publish-nightly.yml b/.azure-pipelines/publish-nightly.yml index a5a7c95eb8..c8df3f09c1 100644 --- a/.azure-pipelines/publish-nightly.yml +++ b/.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 diff --git a/.azure-pipelines/publish-stable.yml b/.azure-pipelines/publish-stable.yml index f2aac0555d..3974b763bf 100644 --- a/.azure-pipelines/publish-stable.yml +++ b/.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