summaryrefslogtreecommitdiff
path: root/src/publish.proj
diff options
context:
space:
mode:
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)'." />