gpt4 book ai didi

.net - 如何在 msbuild 15.0 命令行中指定私有(private) nuget 包源?

转载 作者:行者123 更新时间:2023-12-04 16:33:17 27 4
gpt4 key购买 nike

在 vs 2017 中使用 msbuild 15.0 时是否可以指定私有(private) nuget 提要服务器?
我正在使用的当前 powershell 命令如下:

&$msbuild /t:restore /tv:15.0 /t:Rebuild /p:Configuration=Release

默认情况下,这仅获取 nuget.org 的提要。

最佳答案

How to specify private nuget package source in msbuild 15.0 command line?



如果您只想从指定的私有(private) nuget 包源恢复 nuget 包,可以使用属性 RestoreSources指定私有(private)来源:
msbuild /t:restore /p:RestoreSources=xxx /tv:15.0 /t:Rebuild /p:Configuration=Release

查看 restore target了解更多详情。

关于.net - 如何在 msbuild 15.0 命令行中指定私有(private) nuget 包源?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50468122/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com