mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
Set up CI with Azure Pipelines
[skip ci]
This commit is contained in:
parent
e7291e938a
commit
3121f853a4
1 changed files with 1 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# triggered by schedule at 5am to try make sure it's done after the TS daily build
|
# triggered by schedule at 5am to try make sure it's done after the TS daily build
|
||||||
schedules:
|
schedules:
|
||||||
- cron: '0 5 * * *'
|
- cron: '0 5 * * *'
|
||||||
displayName: Daily midnight build
|
displayName: Daily 5am build
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- master
|
- master
|
||||||
|
|
@ -13,11 +13,6 @@ pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: DownloadSecureFile@1
|
|
||||||
inputs:
|
|
||||||
secureFile: vscode_typescript_next_deploy_key
|
|
||||||
displayName: 'Get the deploy key'
|
|
||||||
|
|
||||||
- bash: |
|
- bash: |
|
||||||
npm run run-nightly
|
npm run run-nightly
|
||||||
npm publish
|
npm publish
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue