gpt4 book ai didi

nuget - 打包仅构建工具的包

转载 作者:行者123 更新时间:2023-12-04 15:42:21 25 4
gpt4 key购买 nike

我只用构建工具构建一个包:a .prop和一个 .target文件,以及带有 MSBuild 任务的 dll。我指定将这些文件放入 build <file> 中的文件夹nuspec 文件的部分:

<files>
<file src="bin\Release\Acme.Build.Foo.dll" target="build" />
<file src="MSBuild\Acme.Build.Foo.props" target="build" />
<file src="MSBuild\Acme.Build.Foo.targets" target="build" />
</files>

nuspec 文件 Acme.Build.Foo.nuspec放在 Acme.Build.Foo.csproj旁边.

如果我使用 nuget pack Acme.Build.Foo.csproj , dll 文件也被打包到 lib/包的文件夹,并在将包添加到目标项目时作为引用添加。

如果我使用 nuget pack Acme.Build.Foo.nuspec ,我会失去关键字扩展的细节,如 $id$等等。

我可以兼得最好吗?是否可以(1)防止项目输出进入 lib/.../自动或 (2) 如果不是,至少防止该文件被添加为对消费项目的引用?

我正在使用显然是最新的 NuGet 3.2.0.10516。

最佳答案

使用 -tool选项。所以所有其他文件都放在tools文件夹。

nuget pack Acme.Build.Foo.csproj -tool

关于nuget - 打包仅构建工具的包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33817702/

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