We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8c25f commit 72ed7e8Copy full SHA for 72ed7e8
build.bat
@@ -1,3 +1,4 @@
1
@ECHO OFF
2
-..\..\Tools\NAnt\bin\nant
+@REM Note you need to set up the path to nant on your machine.
3
+nant
4
IF %ERRORLEVEL% NEQ 0 PAUSE
0 commit comments