Packing source code with Nuget

前端 未结 2 1418
陌清茗
陌清茗 2021-02-13 02:01

I\'ve successfully created a Nuget package which contains the compiled DLL and uncompiled content such as images, styles, etc.

Controllers, helpers, resources and other

2条回答
  •  忘了有多久
    2021-02-13 03:04

    This should guide anyone else who finds himself wanting to use Nuget to reuse the source code files into the right direction:

    http://blogs.clariusconsulting.net/kzu/how-to-create-lightweight-reusable-source-code-with-nuget/

提交回复
热议问题