I have a build-script which I've been using for ages now, and worked fine in all previous VS versions up to 2012. After migrating to 2013 the build script fails to sign the ClickOnce manifest at the end of the build process, and complains about not finding SignTool.exe.
- I'm running a Windows 8.1 on a 64 bit machine, installed the full Visual Studio 2013. I tried to reinstall the Windows SDK for 8.1, but still no success.
- The publish process successfully signs the manifest when I run the publish inside Visual Studio.
- I've searched for
signtool.exeand the only hit was inC:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\bin
I'm not actuallz too good at MSBuild stuff, so I have no clue what could I try or how could I show MSBuild that it should find that tool there.
If anyone had such experience please give me some hints.