mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Retry failed compilation due to http 500 errors
This commit is contained in:
parent
b61f404730
commit
6b9d289ce3
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ extends:
|
||||||
displayName: Install NPM dependencies
|
displayName: Install NPM dependencies
|
||||||
|
|
||||||
- script: yarn ts-node ./scripts/ci/monaco-editor-core-prepare nightly
|
- script: yarn ts-node ./scripts/ci/monaco-editor-core-prepare nightly
|
||||||
|
retryCountOnTaskFailure: 5
|
||||||
displayName: Setup, Build & Test monaco-editor-core
|
displayName: Setup, Build & Test monaco-editor-core
|
||||||
|
|
||||||
tag: next
|
tag: next
|
||||||
|
|
@ -50,6 +51,7 @@ extends:
|
||||||
displayName: Install NPM dependencies
|
displayName: Install NPM dependencies
|
||||||
|
|
||||||
- script: yarn ts-node ./scripts/ci/monaco-editor-prepare nightly
|
- script: yarn ts-node ./scripts/ci/monaco-editor-prepare nightly
|
||||||
|
retryCountOnTaskFailure: 5
|
||||||
displayName: Setup, Build & Test monaco-editor
|
displayName: Setup, Build & Test monaco-editor
|
||||||
|
|
||||||
tag: next
|
tag: next
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue