dotnet-campus / SourceYard

Add a NuGet package only for dll reference? By using dotnetCampus.SourceYard, you can pack a NuGet package with source code. By installing the new source code package, all source codes behaviors just like it is in your project.
MIT License
50 stars 12 forks source link

解决多个框架打包引用文件 #61

Closed lindexi closed 4 years ago

lindexi commented 4 years ago

多个框架都会触发打包,打包会写文件,多个框架并行写文件提示文件占用。通过判断多个开发框架不进行打包,只有一个打包应用在多框架写文件

Fix #57