From: Wes Haggard Date: Thu, 30 Nov 2017 00:59:55 +0000 (-0800) Subject: Update files relative path to match what dotnet-install expects X-Git-Tag: submit/tizen/20210909.063632~11032^2~1013 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27cfc36fa0e5618586650c10a32daa64ccf09554;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Update files relative path to match what dotnet-install expects Have the files published to blob feed under the "Runtime/" folder so we can point dotnet-install scripts at it. We also want to still keep it under the assets directory like all loose files in the blob feed. Commit migrated from https://github.com/dotnet/core-setup/commit/812a236404b5a47c92a94df2be34b22b524af414 --- diff --git a/src/installer/publish/publish-type.proj b/src/installer/publish/publish-type.proj index ba305ec..274d70c 100644 --- a/src/installer/publish/publish-type.proj +++ b/src/installer/publish/publish-type.proj @@ -71,6 +71,11 @@ + + + + assets/$(BinariesRelativePath)/$([System.String]::Copy('%(RecursiveDir)%(Filename)%(Extension)').Replace('\' ,'/')) +