mikehadlow.blogspot.se - Code rant

Example domain paragraphs

Life as a mort.

 This is my last post here at Code Rant. From now I will be posting at  mikehadlow.com . I've written a post on my new blog here explaining the reasons. Thanks for visiting Code Rant and please take a moment to look at my new blog.

Invoking the C# compiler directly allows one to pass in symbols for the preprocessor via a command option (-define or -d). But it's not at all obvious how to do this with the dotnet build command. There is no 'define' flag, so how do you do it?