Engineering - add dependsOn field

This commit is contained in:
Ladislau Szomoru 2024-11-11 13:53:59 +01:00
parent 9adbed19a9
commit 88799a783b
No known key found for this signature in database
GPG key ID: 63A4F50ACCA310C9
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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