Engineering - add dependsOn field (#4747)
Some checks failed
CI / CI (push) Has been cancelled
Publish Website / deploy (push) Has been cancelled

This commit is contained in:
Ladislau Szomoru 2024-11-11 14:04:54 +01:00 committed by GitHub
parent 9adbed19a9
commit a4b088e410
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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