From 6b9d289ce3a7e2d162d822d294cf87c28da4c3c9 Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Thu, 27 Apr 2023 12:33:09 +0200 Subject: [PATCH] Retry failed compilation due to http 500 errors --- .azure-pipelines/publish-nightly.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines/publish-nightly.yml b/.azure-pipelines/publish-nightly.yml index 4a757c361e..0cc946c17d 100644 --- a/.azure-pipelines/publish-nightly.yml +++ b/.azure-pipelines/publish-nightly.yml @@ -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 @@ -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