Skip to content

Instantly share code, notes, and snippets.

@amirci
Created March 19, 2012 16:10
Show Gist options
  • Save amirci/2117554 to your computer and use it in GitHub Desktop.
Save amirci/2117554 to your computer and use it in GitHub Desktop.
Fluent build
Build.UsingCsc(config => config
.Target(Library)
.Sources(....)
.References(....)
.OutputTo(.....));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment