Skip to content

Commit

Permalink
Merge pull request #3934 from microsoft/hediet/b/comparable-wildebeest
Browse files Browse the repository at this point in the history
Retry failed compilation due to http 500 errors
  • Loading branch information
hediet committed Apr 27, 2023
2 parents b61f404 + 6b9d289 commit 3c860ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure-pipelines/publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ extends:
displayName: Install NPM dependencies

- script: yarn ts-node ./scripts/ci/monaco-editor-core-prepare nightly
retryCountOnTaskFailure: 5
displayName: Setup, Build & Test monaco-editor-core

tag: next
Expand All @@ -50,6 +51,7 @@ extends:
displayName: Install NPM dependencies

- script: yarn ts-node ./scripts/ci/monaco-editor-prepare nightly
retryCountOnTaskFailure: 5
displayName: Setup, Build & Test monaco-editor

tag: next
Expand Down

0 comments on commit 3c860ee

Please sign in to comment.