gpt4 book ai didi

visual-studio-2015 - 如何从 .Net Core RC2 类库创建 NuGet 包

转载 作者:行者123 更新时间:2023-12-03 23:08:35 25 4
gpt4 key购买 nike

我在 Visual Studio 中有一个包含 12 个项目的解决方案。我想从 Visual Studio 创建一个 nuget 包,但似乎缺少来自 RC1 的“生成输出”。

我可以继续创建一个脚本,该脚本转到每个文件夹并调用“dotnet pack”,但是 Visual Studio 中是否有我缺少的选项来执行此操作?

最佳答案

将此添加到您的 project.json文件:

"scripts": {
"postcompile": [
"dotnet pack --no-build --configuration %compile:Configuration%"
]
}

这将运行 dotnet pack命令,它将编译后生成的构建输出打包到 NuGet 包中。欲了解更多信息,请参阅 this .

我不确定如何只在 Release模式下执行此操作,所以我问了这个问题 here .

更新

根据另一个问题更新了答案。

关于visual-studio-2015 - 如何从 .Net Core RC2 类库创建 NuGet 包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37464874/

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