nuget打包
Posted d-h-y
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nuget打包相关的知识,希望对你有一定的参考价值。
【1、创建.nuspec文件】
在.csproj目录下运行命令
nuget spec
【2、生成包nupkg】
在.csproj目录下运行命令
nuget pack xxxx.csproj
【推送命令】
E: uget uget.exe push E:workgit est.1.0.2.51.nupkg -Source http://localhost:8088/nuget 123456789
以上是关于nuget打包的主要内容,如果未能解决你的问题,请参考以下文章