CI with Jenkins, MSBuild, Nuget and Git part 1
A technical guide on setting up Continuous Integration for C# projects using Jenkins, MSBuild, NuGet, and Git, starting with creating a build script.
A technical guide on setting up Continuous Integration for C# projects using Jenkins, MSBuild, NuGet, and Git, starting with creating a build script.
Guide to removing unnecessary XML documentation files from Windows Phone 8 and Windows Store app packages to reduce XAP/APPX file size.
A developer's workaround for a random NuGet package restore error (exit code -1073741819) by modifying the MSBuild target to retry failed attempts.
Explains how to use NuGet Package Restore to manage dependencies without checking assemblies into source control when deploying to Windows Azure Websites.
A guide to locally testing web.config transformations in ASP.NET projects using MSBuild commands and Visual Studio's preview feature.
A guide on creating custom MSBuild tasks to manage AWS Elastic Load Balancer registration during automated .NET deployments.
A guide to fixing silent packaging failures for .NET web projects on build servers without Visual Studio by copying missing MSBuild targets.
A developer updates the CarTrackr reference application to ASP.NET MVC 1.0 RC, detailing key changes like view type syntax and compile-time view validation.
Guide to integrating NUnit unit test results into Team Foundation Server 2008's Team Build for reporting and metrics.