From 5e9e54e311fc9f943566d97295553723380120ae Mon Sep 17 00:00:00 2001 From: Juan Carlos Aguilera Mendez Date: Fri, 10 Nov 2017 09:49:09 -0800 Subject: [PATCH] Removing retry parameters since they are not used anymore --- src/publish.proj | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/publish.proj b/src/publish.proj index ed882f6..a09ea13 100644 --- a/src/publish.proj +++ b/src/publish.proj @@ -44,8 +44,6 @@ ExpectedFeedUrl="$(ExpectedFeedUrl)" AccountKey="$(AccountKey)" ItemsToPush="@(ItemsToPush)" - RetryAttempts="10" - RetryDelayInSeconds="120" Overwrite="$(OverwriteOnPublish)" /> @@ -79,8 +77,6 @@ ExpectedFeedUrl="$(ExpectedFeedUrl)" AccountKey="$(AccountKey)" ItemsToPush="@(ItemsToPush)" - RetryAttempts="10" - RetryDelayInSeconds="120" Overwrite="$(OverwriteOnPublish)" /> @@ -115,8 +111,6 @@ ExpectedFeedUrl="$(ExpectedFeedUrl)" AccountKey="$(AccountKey)" ItemsToPush="@(ItemsToPush)" - RetryAttempts="10" - RetryDelayInSeconds="120" Overwrite="$(OverwriteOnPublish)" /> -- 2.7.4