2015-11-11 61 views
0

我在詹金斯得到這個錯誤在這篇文章中描述的清單簽名證書:Why am I getting "Unable to find manifest signing certificate in the certificate store" in my Excel Addin?詹金斯錯誤MSB3323:無法找到證書存儲

然而,這個帖子:

  1. 沒有提及詹金斯。
  2. 我沒有足夠的聲望 評論。

所以我創建這個問。

該項目最初是在VS 10.0中創建的,但現在我們正試圖在我們的Jenkins服務器上使用MSTest 11.0構建它。錯誤是:

C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(2455,5): error MSB3323: Unable to find manifest signing certificate in the certificate store. [D:\Jenkins\jobs\OTPP.Proswap.VSTO.DeltaHedgeSwapAddIn.Development\workspace\DeltaHedgeSwapAddIn\DeltaHedgeSwapAddIn.csproj] 

然後按照上面的帖子,這一個:

http://manfredlange.blogspot.ca/2008/03/visual-studio-unable-to-find-manifest.html

我們刪除了.csproj file所有條目。現在有這個錯誤在詹金斯:

C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\OfficeTools\Microsoft.VisualStudio.Tools.Office.targets(156,9): error : Cannot build because the ClickOnce manifest signing option is not selected. To select this option, open the project property pages, click the Signing tab, and then select "Sign the ClickOnce manifests." 

一個會如何進行?

回答