MSBuild to the Rescue

Tuesday, Aug 29 9:45 AM - 10:45 AM Room 103

Description

As a .NET Developer you've probably heard about MSBuild, maybe you've even been to Microsoft's MSBuild conference where the one thing they don't talk about is MSBuild. It's time we learn more about what MSBuild, and how we can leverage it to bring complex DevOps tasks and move them right into the build pipeline making DevOps as simple as running 'dotnet build'. We'll learn more about PropertyGroups and ItemGroups and how they can help you as well as how to write in-line MSBuild Tasks and even how to write a MSBuild library you can use as a dependency for your projects.