From: Juan Carlos Aguilera Mendez Date: Fri, 10 Nov 2017 17:49:09 +0000 (-0800) Subject: Removing retry parameters since they are not used anymore X-Git-Tag: accepted/tizen/base/20180629.140029~603^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e9e54e311fc9f943566d97295553723380120ae;p=platform%2Fupstream%2Fcoreclr.git Removing retry parameters since they are not used anymore --- 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)" />