打包后把nuget包复制到指定的目录

  <Target Name="CopyPackage" AfterTargets="Pack">
    <Copy SourceFiles="$(OutputPath)..\$(PackageId).$(PackageVersion).nupkg" DestinationFolder="D:\OneDrive\Software\Tools\nuget-server\Packages" />
  </Target>

相关文章:

  • 2021-08-24
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2022-02-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-13
  • 2021-06-01
  • 2021-10-09
  • 2021-06-08
相关资源
相似解决方案