【发布时间】:2017-08-28 21:13:07
【问题描述】:
我在 Visual Studio 2015 中有一个解决方案,配置了一个在 Visual Studio 2015 中工作的本地 nuget (C:\nuget.feed) 提要,因为我配置了 nuget 存储库
但是当我想使用 Jenkins 在构建抛出命令行上恢复时,我不知道如何指定本地提要。
我使用 dotnet restore 和 dotnet build 来使用 asp net core 1.0 来执行此操作。
【问题讨论】:
标签: command-line asp.net-core nuget-package-restore