mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Merge branch 'main' into webpack-plugin-esm
This commit is contained in:
commit
d2205cb8ee
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