From 73b47d4592354b7e450099e676f2118d33673646 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 a5a7c95e..c8df3f09 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 f2aac055..3974b763 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