summaryrefslogtreecommitdiff
path: root/src/publish.proj
diff options
context:
space:
mode:
authorKarthik Rajasekaran <karajas@microsoft.com>2017-11-08 12:24:39 -0800
committerGitHub <noreply@github.com>2017-11-08 12:24:39 -0800
commit4dd51b34d8bf8d749c6729595034ebe0ad70c3a4 (patch)
tree8cb49dbebac8ec8f59ebdd1364b6cf192e513b5d /src/publish.proj
parent0fd882a5e69d9e3b5d85669ac1726abe588d7c06 (diff)
downloadcoreclr-4dd51b34d8bf8d749c6729595034ebe0ad70c3a4.tar.gz
coreclr-4dd51b34d8bf8d749c6729595034ebe0ad70c3a4.tar.bz2
coreclr-4dd51b34d8bf8d749c6729595034ebe0ad70c3a4.zip
Increase retry attempts in publish (#14940)
Diffstat (limited to 'src/publish.proj')
-rw-r--r--src/publish.proj6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/publish.proj b/src/publish.proj
index c93e01be09..6e381b7c96 100644
--- a/src/publish.proj
+++ b/src/publish.proj
@@ -43,6 +43,8 @@
ExpectedFeedUrl="$(ExpectedFeedUrl)"
AccountKey="$(AccountKey)"
ItemsToPush="@(ItemsToPush)"
+ RetryAttempts="10"
+ RetryDelayInSeconds="120"
Overwrite="$(OverwriteOnPublish)" />
<!-- now upload the items -->
@@ -75,6 +77,8 @@
ExpectedFeedUrl="$(ExpectedFeedUrl)"
AccountKey="$(AccountKey)"
ItemsToPush="@(ItemsToPush)"
+ RetryAttempts="10"
+ RetryDelayInSeconds="120"
Overwrite="$(OverwriteOnPublish)" />
<!-- now upload the items -->
@@ -108,6 +112,8 @@
ExpectedFeedUrl="$(ExpectedFeedUrl)"
AccountKey="$(AccountKey)"
ItemsToPush="@(ItemsToPush)"
+ RetryAttempts="10"
+ RetryDelayInSeconds="120"
Overwrite="$(OverwriteOnPublish)" />
<!-- now upload the items -->