Hi all,
I'm running a nightly build task that, at the end, runs a few different
batch files for deployment. Some of those batch files execute PsExec to
start processes on remote machines, and I'm noticing that all of the
messages being written to the log from PsExec are of level "Warning".
Does an
I have a solution with two different web projects in it.
Within IIS, there are two corresponding virtual directories
1) //MyComputer/Project
2) //MyComputer/Project/WebAPI
These two directories map to the following physical locations:
1) C:\SourceCode\MyProject\trunk\MyProject.Web
2) C:\SourceCod
Hi all,
I'm fairly new to NAnt and auntomated build processes in general. I've
just recently set up an auntoamted build process that seems mostly
functional, but I'm worried a bit that I may not have done things the
way they ought to have been done.
If possible, I would appreciate if someone who
I’m working in an environment where developers will often choose
to build only one or two projects at a time within a solution that has nearly
50 projects. Although we ask them to make sure that they only check in a
solution file where all projects are set to be built, this doesn’t always
h