diff --git a/build/azure-pipelines/common/publish.ts b/build/azure-pipelines/common/publish.ts index 46413f244d..eda52041cc 100644 --- a/build/azure-pipelines/common/publish.ts +++ b/build/azure-pipelines/common/publish.ts @@ -259,7 +259,7 @@ async function retry(fn: () => Promise): Promise { if (!/ECONNRESET/.test(err.message)) { throw err; } - console.warn(`Caught error ${err} - ${run}/${RETRY_TIMES}`); + console.log(`Caught error ${err} - ${run}/${RETRY_TIMES}`); } }