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

将打包放在创建 NuGet 包,解决多个项目框架时每个框架都会创建一次包 #55

Closed lindexi closed 4 years ago

lindexi commented 4 years ago

修复 https://github.com/dotnet-campus/SourceYard/issues/44

Roslyn 在多开发框架让 msbuild 的 Target 仅运行一次

现在 github 可以上传 nuget 文件,在打包可以给项目仓库的链接这样打出来的文件将会添加代码

<repository type="git" url="https://github.com/dotnet-campus/Configurations" />
lindexi commented 4 years ago

50