I was wondering which task I would call to install a service
using NAnt. I tried regsvcs but that only works if it’s a Com+ component
or if its strongnamed.
In our old build file (we were using Ant) we would just call
InstallUtil directly, but I was just wondering if there was already
I couldn’t seem to find any usage docs on the
XmlLogger, so I was wondering how do I specify an output file?
Chris
Our primary build consists of around 30 projects and I am
trying to get rid of the need for explicit references to libraries for each
project. Instead what I have done is setup a folder in which all outside
assemblies can be found and they get copied over to our output directory.
Assuming