mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Includes monaco-editor-webpack-plugin in azure pipeline
This commit is contained in:
parent
5eff543347
commit
1b0a30a121
2 changed files with 14 additions and 1 deletions
|
|
@ -70,3 +70,17 @@ extends:
|
|||
git tag -a v$(SetPackageSpec.PACKAGE_VERSION) -m v$(SetPackageSpec.PACKAGE_VERSION)
|
||||
git push origin v$(SetPackageSpec.PACKAGE_VERSION)
|
||||
workingDirectory: $(Build.SourcesDirectory)
|
||||
|
||||
- name: monaco-editor-webpack-plugin
|
||||
workingDirectory: $(Build.SourcesDirectory)/webpack-plugin
|
||||
testPlatforms: []
|
||||
buildSteps:
|
||||
- script: npm ci
|
||||
displayName: Install NPM dependencies
|
||||
|
||||
- script: npm run compile
|
||||
displayName: Build plugin
|
||||
|
||||
tag: latest
|
||||
publishPackage: ${{ parameters.publishWebpackPlugin }}
|
||||
publishRequiresApproval: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue