gpt4 book ai didi

file - NuGet 文件标记中的可选或条件文件夹?

转载 作者:行者123 更新时间:2023-12-04 15:44:09 26 4
gpt4 key购买 nike

我想做一些 MsBuild 有的事情:设置 .nuspec 文件中引用的文件的条件。

基本上它看起来像这样:

<files>
<file src="myFolder/aaa/*.dll" target="lib\net45" condition="!Exists('bestFolder')" />
<file src="bestFolder/ccc/*.dll" target="lib\net45" condition="Exists('bestFolder')" />
</files>

有没有办法做到这一点?可以有多个文件夹和文件按特定条件分组。另请注意,如果存在某些文件夹,则应对其进行扫描。

谢谢,
蜜蜂

最佳答案

不,现在 NuGet 不支持此功能。您可以在 https://nuget.codeplex.com/WorkItem/Create 提交 NuGet 的功能请求.

关于file - NuGet 文件标记中的可选或条件文件夹?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24804112/

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