Fixes the layout of the dotnet-internal artifacts, which are used by the chained pkg, msi and -internal.zips/tarballs. We were flattenning all files in the folder.

This commit is contained in:
Livar Cunha 2018-12-27 15:33:02 -08:00
parent 7464d9bca4
commit b46aa5d68e

View file

@ -311,8 +311,7 @@
</ItemGroup>
<Copy SourceFiles="@(SdkInternalFiles)"
DestinationFolder="$(SdkInternalLayoutPath)sdk/$(SdkVersion)"/>
DestinationFiles="@(SdkInternalFiles -> '$(SdkInternalLayoutPath)sdk\$(SdkVersion)\%(RecursiveDir)%(Filename)%(Extension)')"/>
</Target>
</Project>