Skip to content

Commit

Permalink
Engineering - add dependsOn field (#4747)
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru authored Nov 11, 2024
1 parent 9adbed1 commit a4b088e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .azure-pipelines/publish-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -69,6 +70,7 @@ extends:
publishRequiresApproval: false

- name: monaco-editor-webpack-plugin
dependsOn: monaco-editor
workingDirectory: $(Build.SourcesDirectory)/webpack-plugin
testPlatforms: []
packagePlatform: Windows
Expand Down

0 comments on commit a4b088e

Please sign in to comment.