Assertfail

Writing build scripts in C#

13 Oct 2013

I went to leetspeak yesterday. Justin Rusbatch had a talk about scriptcs. In that talk he mentioned that several people wanted to write build scripts in C# and thought that it would be nice to use scriptcs to do that. I started trying out to write build scripts in C#. Turns out that many of the classes that are available in .net are not supposed to be used by users of .net. It’s cleaner and simpler to execute the command line tools from C#. I started writing some code to try it out. I called it shake.

Tags


Comments

Do you want to send a comment or give me a hint about any issues with a blog post: Open up an issue on GitHub.

Do you want to fix an error or add a comment published on the blog? You can do a fork of this post and do a pull request on github.