Increase retry attempts in publish (#14940)
authorKarthik Rajasekaran <karajas@microsoft.com>
Wed, 8 Nov 2017 20:24:39 +0000 (12:24 -0800)
committerGitHub <noreply@github.com>
Wed, 8 Nov 2017 20:24:39 +0000 (12:24 -0800)
src/publish.proj

index c93e01b..6e381b7 100644 (file)
@@ -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 -->
                     ExpectedFeedUrl="$(ExpectedFeedUrl)"
                     AccountKey="$(AccountKey)"
                     ItemsToPush="@(ItemsToPush)"
+                    RetryAttempts="10"
+                    RetryDelayInSeconds="120"
                     Overwrite="$(OverwriteOnPublish)" />
 
     <!-- now upload the items -->