From a4b088e410209a27d5729713294800eba0d6b5b3 Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:04:54 +0100 Subject: [PATCH] Engineering - add dependsOn field (#4747) --- .azure-pipelines/publish-nightly.yml | 1 + .azure-pipelines/publish-stable.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.azure-pipelines/publish-nightly.yml b/.azure-pipelines/publish-nightly.yml index 07a63c73..081ab373 100644 --- a/.azure-pipelines/publish-nightly.yml +++ b/.azure-pipelines/publish-nightly.yml @@ -70,6 +70,7 @@ extends: publishRequiresApproval: false - name: monaco-editor + dependsOn: monaco-editor-core workingDirectory: $(Build.SourcesDirectory)/out/monaco-editor testPlatforms: [] skipAPIScan: true # package build requires Linux diff --git a/.azure-pipelines/publish-stable.yml b/.azure-pipelines/publish-stable.yml index 49c3904f..fdff66a0 100644 --- a/.azure-pipelines/publish-stable.yml +++ b/.azure-pipelines/publish-stable.yml @@ -54,6 +54,7 @@ extends: publishRequiresApproval: false - name: monaco-editor + dependsOn: monaco-editor-core workingDirectory: $(Build.SourcesDirectory)/out/monaco-editor testPlatforms: [] skipAPIScan: true # package build requires Linux @@ -69,6 +70,7 @@ extends: publishRequiresApproval: false - name: monaco-editor-webpack-plugin + dependsOn: monaco-editor workingDirectory: $(Build.SourcesDirectory)/webpack-plugin testPlatforms: [] packagePlatform: Windows