mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +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
|
publishRequiresApproval: false
|
||||||
|
|
||||||
- name: monaco-editor
|
- name: monaco-editor
|
||||||
|
dependsOn: monaco-editor-core
|
||||||
workingDirectory: $(Build.SourcesDirectory)/out/monaco-editor
|
workingDirectory: $(Build.SourcesDirectory)/out/monaco-editor
|
||||||
testPlatforms: []
|
testPlatforms: []
|
||||||
skipAPIScan: true # package build requires Linux
|
skipAPIScan: true # package build requires Linux
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,7 @@ extends:
|
||||||
publishRequiresApproval: false
|
publishRequiresApproval: false
|
||||||
|
|
||||||
- name: monaco-editor
|
- name: monaco-editor
|
||||||
|
dependsOn: monaco-editor-core
|
||||||
workingDirectory: $(Build.SourcesDirectory)/out/monaco-editor
|
workingDirectory: $(Build.SourcesDirectory)/out/monaco-editor
|
||||||
testPlatforms: []
|
testPlatforms: []
|
||||||
skipAPIScan: true # package build requires Linux
|
skipAPIScan: true # package build requires Linux
|
||||||
|
|
@ -69,6 +70,7 @@ extends:
|
||||||
publishRequiresApproval: false
|
publishRequiresApproval: false
|
||||||
|
|
||||||
- name: monaco-editor-webpack-plugin
|
- name: monaco-editor-webpack-plugin
|
||||||
|
dependsOn: monaco-editor
|
||||||
workingDirectory: $(Build.SourcesDirectory)/webpack-plugin
|
workingDirectory: $(Build.SourcesDirectory)/webpack-plugin
|
||||||
testPlatforms: []
|
testPlatforms: []
|
||||||
packagePlatform: Windows
|
packagePlatform: Windows
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue