How can output-build be specified with NAnt?
With a manual build process, I save output-build.txt as <webdir>\<projectname>-output-build.txt
The process so far is;
1. set sourcesafe environmental values
2. get latest from sourcesafe to working directory
3. For each solution
a. slingshot the downloaded .sln file
b. nant –buildfile
c. save output-build.txt as [haven’t figured this out]
Things I haven’t figured out yet are email notifications, scheduling, archiving ss database, labeling, and versioning.
Bill