Skip to content

Instantly share code, notes, and snippets.

@mihir0x69
Created July 2, 2018 17:01
Show Gist options
  • Save mihir0x69/7776c887cd73364c5cfc279f8c270934 to your computer and use it in GitHub Desktop.
Save mihir0x69/7776c887cd73364c5cfc279f8c270934 to your computer and use it in GitHub Desktop.
Build the project
Target.create "Build" (fun _ ->
Trace.log "--- Building the app ---"
DotNet.build id (Path.Combine("src", "PaketDemo"))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment