MSBuild Task dll locked by Visual Studio

Through MSBuild we are able to control how we wish to process and build our software. A nice feature of this is the ability to create custom Tasks. A Task is a unit of executable code used by MSBuild to perform atomic build operations. MSDN Creating a custom Tasks allows us to hook into the […]