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:
parent
7464d9bca4
commit
b46aa5d68e
1 changed files with 1 additions and 2 deletions
|
@ -311,8 +311,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<Copy SourceFiles="@(SdkInternalFiles)"
|
||||
DestinationFolder="$(SdkInternalLayoutPath)sdk/$(SdkVersion)"/>
|
||||
|
||||
DestinationFiles="@(SdkInternalFiles -> '$(SdkInternalLayoutPath)sdk\$(SdkVersion)\%(RecursiveDir)%(Filename)%(Extension)')"/>
|
||||
|
||||
</Target>
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Reference in a new issue