From 36bf4472c2464801dd784b3986e020764ce4f7c4 Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Thu, 4 Jan 2018 14:54:25 -0600 Subject: [PATCH] Mark all CoreCLR packages as non-shipping (#15725) This indicates the packages shouldn't be shipped to the NuGet gallery. --- src/publish.proj | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/publish.proj b/src/publish.proj index 76965ac..42a98e4 100644 --- a/src/publish.proj +++ b/src/publish.proj @@ -10,7 +10,6 @@ $(PackagesBinDir) $(PackagesPatternDir)pkg\*.nupkg - $(PackagesPatternDir)pkg\transport.*.nupkg $(OutputPath)\bin\** $(PackagesPatternDir)symbolpkg\*.nupkg true @@ -30,10 +29,9 @@ - + NonShipping=true - $(RelativePathWithSlash)$([System.String]::Copy('%(RecursiveDir)%(Filename)%(Extension)').Replace('\' ,'/')) -- 2.7.4