mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-06-20 07:38:16 +08:00
refactor: ♻️ 2.0 (#3)
This commit is contained in:
10
build/copy.pkg.xml.comment.files.targets
Normal file
10
build/copy.pkg.xml.comment.files.targets
Normal file
@ -0,0 +1,10 @@
|
||||
<Project>
|
||||
<Target Name="AfterTargetsBuild" AfterTargets="Build">
|
||||
<ItemGroup>
|
||||
<PackageReferenceFiles
|
||||
Condition="%(PackageReference.CopyToOutputDirectory) != ''"
|
||||
Include="$(NugetPackageRoot)\%(PackageReference.Identity)\%(PackageReference.Version)\%(PackageReference.CopyToOutputDirectory)"/>
|
||||
</ItemGroup>
|
||||
<Copy SourceFiles="@(PackageReferenceFiles)" DestinationFolder="$(OutDir)"/>
|
||||
</Target>
|
||||
</Project>
|
Reference in New Issue
Block a user