From 27cfc36fa0e5618586650c10a32daa64ccf09554 Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Wed, 29 Nov 2017 16:59:55 -0800 Subject: [PATCH] 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 --- src/installer/publish/publish-type.proj | 5 +++++ 1 file changed, 5 insertions(+) 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('\' ,'/')) + -- 2.7.4