summaryrefslogtreecommitdiff
path: root/src/publish.proj
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2016-06-01 15:04:46 -0700
committerwtgodbe <wigodbe@microsoft.com>2016-06-01 15:04:46 -0700
commit9729128a695195af29c305ba03f9ee993c96a58a (patch)
treebb85d37773ea91885be6ec976d0697707e4f529c /src/publish.proj
parent4f975716f66f235d7ed45025ed29444fb297f41b (diff)
downloadcoreclr-9729128a695195af29c305ba03f9ee993c96a58a.tar.gz
coreclr-9729128a695195af29c305ba03f9ee993c96a58a.tar.bz2
coreclr-9729128a695195af29c305ba03f9ee993c96a58a.zip
Publish pkg/symbolpkg folders within Release/Debug folders
Diffstat (limited to 'src/publish.proj')
-rw-r--r--src/publish.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/publish.proj b/src/publish.proj
index d1a0bb4ec8..66aeb7e5e1 100644
--- a/src/publish.proj
+++ b/src/publish.proj
@@ -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)'." />