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.
如何使用 OctoPack 创建包含调试程序集而不是“发布”版本的 nuget 包?好像 octopack 3.0 不再支持这个命令参数 /p:OctopusPackageConfiguration=Debug
http://help.octopusdeploy.com/discussions/questions/97-is-there-a-way-to-use-octopack-to-build-for-other-configurations-than-release
您应该使用额外的 /t:Rebuild /p:Debug 参数而不是 octopack 命令。并且您必须在您的 csprojname.nuspec 文件中包含 pdb 文件扩展名,该文件必须与您的 csproject 文件名同名。