MSBuild cannot sign a ClickOnce manifest using a temporary key (errors MSB3326 and MSB3321)

后端 未结 4 1813
盖世英雄少女心
盖世英雄少女心 2021-02-06 02:03

I am trying to build a ClickOnce Windows Forms project (.NET 3.5 / Visual Studio 2010) on a Windows Server computer. (In an effort to automate the build process with Hudson

4条回答
  •  时光取名叫无心
    2021-02-06 02:27

    I found that if you create a temporary.pfx file and leave the password EMPTY then it will work fine on the build machine. I didn't realize that you could leave it empty and the first time it failed as for OP. Created a second temp.pfx with no password and it built on the build server for me.

提交回复
热议问题