All Posts tagged as "MSBuild"

Generating a NuGet package in a localized directory on each build

Short walkthrough on configuring NuGet to publish a package to your local feed

Read

A few important Roslyn API helpers

The Roslyn API as implemented in RC2 has been out for a few months now and is likely to remain largely unchanged while they’re working on getting it released officially. I think it might be time to do a little write-up and identify the key-components of that API that you likely want to use when building your own diagnostics, syntax writers or anything else possible with the platform.

Read