作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
'%(FullPath)..."-6ren"> '%(FullPath)..."-我正在尝试我的第一个 NuGet 包,但遇到了一些麻烦。我有一个相当简单的项目和一个非常简单的 .nuspec 文件: $id$ $version$ $title$ -6ren">
我正在尝试我的第一个 NuGet 包,但遇到了一些麻烦。我有一个相当简单的项目和一个非常简单的 .nuspec 文件:
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<description>$description$</description>
</metadata>
</package>
NuGet.exe pack mylibrary.csproj -Verbosity detailed -Properties Configuration=Debug
NuGet.CommandLineException: Unable to find '@(_OutputPathItem->'%(FullPath)mylibrary.dll')'. Make sure the project has been built.
at NuGet.Commands.ProjectFactory.BuildProject()
at NuGet.Commands.ProjectFactory.CreateBuilder(String basePath)
at NuGet.Commands.PackCommand.BuildFromProjectFile(String path)
at NuGet.Commands.PackCommand.BuildPackage(String path)
at NuGet.Commands.PackCommand.ExecuteCommand()
at NuGet.Commands.Command.Execute()
at NuGet.Program.Main(String[] args)
_project.GetPropertyValue("TargetPath")
时返回未扩展的属性值(ProjectFactory.cs ~296),其中 MSBuild 4.0 返回扩展的属性值。
最佳答案
我们遇到了同样的问题。添加
-Prop Platform=AnyCPU
关于NuGet 包失败,出现 "Unable to find ' @(_OutputPathItem->'%(FullPath)...",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21583070/
我正在尝试我的第一个 NuGet 包,但遇到了一些麻烦。我有一个相当简单的项目和一个非常简单的 .nuspec 文件: $id$ $version$ $title$
我是一名优秀的程序员,十分优秀!