Browse by Tags
All Tags »
ClickOnce (
RSS)
Tonight we got the following issue on our TeamCity build server which produce different ClickOnce setups : c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(3652, 9): error MSB3482: An error occurred while signing: Failed to sign ..\.....
The other day I published different posts about the way I automated our build process at Innoveo Solutions to generate different ClickOnce setup using TeamCity : Build multiple ClickOnce deployment packages using MSBuild and Team City Building ClickOnce...
The other day I posted about Build ClickOnce deployment packages using MSBuild and Team City , and there were something that I didn’t liked in my way of doing it. I have multiple ClickOnce deployment packages created using TeamCity and MSBuild but each...
Migrating our TeamCity server today I got the following error on the new server: error MSB3147: Could not find required file 'setup.bin' in … I for sure fixed that on the older server, and the fix was to have the SDK on the build server. The issue is...
To be able to run a build on TeamCity of a Visual Studio solution containing a ClickOnce manifest which needs to be signed, you will need to add the certificate to the Windows account on which TeamCity services runs. TeamCity run under Local System account...
The other day I was requested to automate our build process to issue different ClickOnce setup for the same application. The main difference was some configuration files pointing to different back end web services. To start I had to create new build configurations...
More Posts