mirror of
				https://github.com/nsnail/ns-ext.git
				synced 2025-11-01 06:35:29 +08:00 
			
		
		
		
	* ci: 🎡 deploy scripts [skip ci] * ci: 🎡 deploy scripts [skip ci] --------- Co-authored-by: tk <fiyne1a@dingtalk.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			479 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			479 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <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> |