mirror of
				https://github.com/nsnail/dot.git
				synced 2025-11-04 02:55:28 +08:00 
			
		
		
		
	refactor: ♻️ 2.0 (#13)
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