summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 -->