From: Wes Haggard Date: Wed, 29 Nov 2017 21:35:56 +0000 (-0800) Subject: Filter out nuget packages for the file publish list. X-Git-Tag: submit/tizen/20210909.063632~11032^2~1018 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91124af799340d57c50b21eaa125bdb2efa85b9c;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Filter out nuget packages for the file publish list. Add extra logging for uploading and downloading packages Commit migrated from https://github.com/dotnet/core-setup/commit/426871f00c417c8edad84fe221abb015f00dc024 --- diff --git a/src/installer/publish/publish-type.proj b/src/installer/publish/publish-type.proj index 3754ca8..ce55583 100644 --- a/src/installer/publish/publish-type.proj +++ b/src/installer/publish/publish-type.proj @@ -56,6 +56,8 @@ + + - + diff --git a/src/installer/publish/publish.proj b/src/installer/publish/publish.proj index 9e1ae38..cc6acb1 100644 --- a/src/installer/publish/publish.proj +++ b/src/installer/publish/publish.proj @@ -88,6 +88,9 @@ $(RelativeBlobPath)/%(Filename)%(Extension) + + + $(RelativeBlobPath)/%(Filename)%(Extension) + + +