mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Engineering - add dependsOn field (#4747)
Some checks failed
CI / CI (push) Has been cancelled
Some checks failed
CI / CI (push) Has been cancelled
This commit is contained in:
parent
9adbed19a9
commit
a4b088e410
2 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue