Skip to content

Commit

Permalink
Update build.cmd to take argument from the command line
Browse files Browse the repository at this point in the history
  • Loading branch information
jjeffery committed Apr 17, 2014
1 parent 4b8c9bb commit 7365c1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pushd build
\build\programs\nant-0.91\bin\nant.exe clean test
\build\programs\nant-0.91\bin\nant.exe clean
\build\programs\nant-0.91\bin\nant.exe %1 %2
popd

0 comments on commit 7365c1c

Please sign in to comment.