NuGet在不同的文件夹中打包两次相同的dll:无法为指定的URI添加部分,因为它已经在包

时间:2017-05-04 12:23:32

标签: nuget nuget-package nuget-spec

我的nuspec中有以下两行导致错误:

  

无法为指定的URI添加部分,因为它已经在包中。

这是nuspec中的代码:

        <file src="bin\release\*.dll" target="lib" />
        <file src="..\myProj\bin\release\*.dll" target="tools" />

关于如何在两个目标中获得相同的dll的任何想法?我正在使用VSTS进行nuget包装。 (我无法找到任何类似的问题。)

0 个答案:

没有答案