Notes about NAnt

From OpenPetra Wiki
Jump to navigation Jump to search

website

installation

  • 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