Skip to content

Commit 7ed772b

Browse files
authored
remove retry at publish time (microsoft#236070)
fixes microsoft#236067
1 parent 8c3188b commit 7ed772b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/azure-pipelines/common/publish.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/azure-pipelines/common/publish.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ async function processArtifact(
880880
stagingContainerClient
881881
);
882882

883-
await retry(() => releaseService.createRelease(version, filePath, friendlyFileName));
883+
await releaseService.createRelease(version, filePath, friendlyFileName);
884884
}
885885

886886
const { product, os, arch, unprocessedType } = match.groups!;

0 commit comments

Comments
 (0)