mirror of
https://github.com/microsoft/monaco-editor.git
synced 2024-11-25 16:17:48 +08:00
Engineering - add dependsOn field (#4747)
This commit is contained in:
parent
9adbed19a9
commit
a4b088e410
@ -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…
Reference in New Issue
Block a user