【发布时间】:2016-11-16 09:17:18
【问题描述】:
我见过的示例使用相对于 nuspec 文件位置的路径指定要包含的文件,例如:
<file src=".\bin\Debug\SomeFile.dll" target="..." />
有没有办法指定它,它会根据我的构建配置使用适当的源目录:即:
- bin\Debug 如果我使用 -Prop Configuration=Debug 打包
- bin\Release 如果我使用 -Prop Configuration=Release 打包
【问题讨论】: