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