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:
2790f96
)
Fix publish.proj when pushing corefx-test-assets.xml file (dotnet/corefx#35802)
author
Santiago Fernandez Madero
<safern@microsoft.com>
Wed, 6 Mar 2019 00:04:34 +0000
(16:04 -0800)
committer
GitHub
<noreply@github.com>
Wed, 6 Mar 2019 00:04:34 +0000
(16:04 -0800)
Commit migrated from https://github.com/dotnet/corefx/commit/
e031c37884aae34196dbb5592234e10b24ba06ce
eng/publish.proj
patch
|
blob
|
history
diff --git
a/eng/publish.proj
b/eng/publish.proj
index cf1545ddacbb95a44ecba918f64ff6a1862fc8f6..439dffa16f17c87bb1878b90c476ce9beff0fdc7 100644
(file)
--- a/
eng/publish.proj
+++ b/
eng/publish.proj
@@
-140,7
+140,7
@@
<ItemGroup>
<_ManifestToPush Remove="@(_ManifestToPush)" />
<_ManifestToPush Include="$(AssetManifestFilePath)">
- <RelativeBlobPath>$(_FileRelativePathBase)$(
[System.String]::Copy('%(RecursiveDir)%(Filename)%(Extension)').Replace('\' ,'/')
)</RelativeBlobPath>
+ <RelativeBlobPath>$(_FileRelativePathBase)$(
AssetManifestFileName
)</RelativeBlobPath>
</_ManifestToPush>
</ItemGroup>