Publish pkg/symbolpkg folders within Release/Debug folders
authorwtgodbe <wigodbe@microsoft.com>
Wed, 1 Jun 2016 22:04:46 +0000 (15:04 -0700)
committerwtgodbe <wigodbe@microsoft.com>
Wed, 1 Jun 2016 22:04:46 +0000 (15:04 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/9729128a695195af29c305ba03f9ee993c96a58a

src/coreclr/src/publish.proj

index d1a0bb4..66aeb7e 100644 (file)
@@ -13,7 +13,7 @@
     <!-- add relative blob path metadata -->
     <ItemGroup>
       <ForPublishing>
-        <RelativeBlobPath>$(__BuildType)/%(Filename)%(Extension)</RelativeBlobPath>  
+        <RelativeBlobPath>$(__BuildType)/%(RecursiveDir)%(Filename)%(Extension)</RelativeBlobPath>  
       </ForPublishing>
     </ItemGroup>
     <Error Condition="'@(ForPublishing)' == ''" Text="No items were found matching pattern '$(PublishPattern)'." />