projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbec354
)
Publish pkg/symbolpkg folders within Release/Debug folders
author
wtgodbe
<wigodbe@microsoft.com>
Wed, 1 Jun 2016 22:04:46 +0000
(15:04 -0700)
committer
wtgodbe
<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
patch
|
blob
|
history
diff --git
a/src/coreclr/src/publish.proj
b/src/coreclr/src/publish.proj
index
d1a0bb4
..
66aeb7e
100644
(file)
--- a/
src/coreclr/src/publish.proj
+++ b/
src/coreclr/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)'." />