Notes about NAnt: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
m (1 revision)
(No difference)

Revision as of 20:55, 30 May 2009

website

installation

  • download NAnt 0.86-beta1
  • unzip the files to eg. c:\program files\nant
  • create file c:\windows\nant.bat with content:
@echo off
"C:\Program Files\NAnt\bin\NAnt.exe" %*

usage

todo