Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这样的文件结构:
我的项目/我的项目/bin
我正在通过 nuspec 文件创建 Nuget 包。所以要添加 bin 文件夹,我添加了这个命令:
<file src="MyProject/MyProject/bin/**" target="bin"/>
但结果我收到了这个文件结构:
斌/我的项目/我的项目/斌
有没有办法将文件直接复制到 bin 文件夹中,而不创建嵌套目录?所以我的输出很简单:
垃圾桶