Sponsors

News

Jobping Laurent Kempé MVP JetBrains Academy Member Certified ScrumMaster

Contact

My status

View Laurent Kempé's profile on LinkedIn
XING
twitter
facebook


Xbox 360



Map

Locations of visitors to this page

.NET Dudes

Family

French .NET Dudes

Friends

Jobping

Links

Tech Head Brothers

Browse by Tags

All Tags » MSBuild (RSS)
ClickOnce ISignedCode::Sign returned error: 0x80880253
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 ..\.....
ProjectReference with Condition in your MSBuild project files
Since some time I have the current scenario where I need to have conditional reference in a project. Basically the application must reference an assembly in one case in other it should reference another one. This was working correctly from an MSBuild...
Automating Publish of ClickOnce with TeamCity
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...
Build multiple ClickOnce deployment packages using MSBuild and Team City
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...
MSBuild and Silverlight 2.0 Beta 2 SDK running in Team City
First you need to un-install the Silverlight 2.0 Beta 1 SDK from the build server! Then you can download the Microsoft Silverlight Tools Beta 2 for Visual Studio 2008 and extract it on the server, there you will find the file silverlight_sdk.msi , that...
MSBuild and Silverlight 2.0 Beta 1 running in Team City
If you want to integrate Silverlight 2.0 Beta 1 in your Continuous Integration system, in my case Team City ), it is better to read the readme of Silverlight 2.0 Beta 1 SDK here . The important part in our case is the following one: Using MSbuild to build...
More Posts