【发布时间】:2013-04-10 20:43:41
【问题描述】:
我在 windows 2008 R2 上有一个构建服务器。我正在使用 msbuil 3.5 运行 CruiseControl.net。我知道证书已安装并且指纹正确。我确实研究了这个 SO 问题MSBuild SignFile task returning MSB3481: The signing certificate could not be located 并尝试了该解决方案但没有奏效。在 msbuild 脚本中,错误会在下面的代码行中引发。我不确定是否有特定于 windows 2008 R2 的内容。
<SignFile CertificateThumbprint="$(CertThumbprint)"
SigningTarget="@(%(ManifestItems.DeployManifestOutput))"/>
【问题讨论】:
标签: windows msbuild certificate