What is the MSBuild Extension Pack?
Posted: (EET/GMT+2)
Microsoft's build engine, MSBuild has been available since the first version of .NET. It is a very versatile tool, allowing you to do almost anything related to building and deploying applications. However, not all features are built in, so you'd need to write or use extensions.
To help solve common extension needs, there's a very useful MSBuild extension pack on GitHub, which I suggest checking out if you want to expand your MSBuild usage with useful extensions.
For example, the MSBuild Extension pack supports things like Active Directory integration, certificates, CAB file creation, calculations, email sending, etc.
Be sure to check this useful software out.