Skip to content

Instantly share code, notes, and snippets.

@jurrchen
Created August 13, 2010 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jurrchen/523589 to your computer and use it in GitHub Desktop.
Save jurrchen/523589 to your computer and use it in GitHub Desktop.
@ECHO OFF
IF "%1"=="" GOTO :NOARG
.\nant-0.90\bin\NAnt.exe -buildfile:.\Bootstrap.build %1
GOTO :QUIT
:NOARG
.\nant-0.90\bin\NAnt.exe -buildfile:.\Bootstrap.build
:QUIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment