Fix publish.proj when pushing corefx-test-assets.xml file (dotnet/corefx#35802)
authorSantiago Fernandez Madero <safern@microsoft.com>
Wed, 6 Mar 2019 00:04:34 +0000 (16:04 -0800)
committerGitHub <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

index cf1545ddacbb95a44ecba918f64ff6a1862fc8f6..439dffa16f17c87bb1878b90c476ce9beff0fdc7 100644 (file)
     <ItemGroup>
       <_ManifestToPush Remove="@(_ManifestToPush)" />
       <_ManifestToPush Include="$(AssetManifestFilePath)">
-        <RelativeBlobPath>$(_FileRelativePathBase)$([System.String]::Copy('%(RecursiveDir)%(Filename)%(Extension)').Replace('\' ,'/'))</RelativeBlobPath>
+        <RelativeBlobPath>$(_FileRelativePathBase)$(AssetManifestFileName)</RelativeBlobPath>
       </_ManifestToPush>
     </ItemGroup>