Hi Gary,
I meant CC.Net. How does CC.Net build publisher
work.Can I use it to copy the build files to different
test servers at the same time?
Thanks
Mandar
--- Gary Feldman <[EMAIL PROTECTED]>
wrote:
> mandar ambre wrote:
> > Hi Guys,
> >
> > Is anybody aware of how
>
> WMI gives you access to everything concievable on
> local or remote systems, including running jobs on
> remote systems.
>
> Rod
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Behalf Of mandar
> ambre
> Se
Hi Guys,
Is anybody aware of how to deploy to a remote test
server using NAnt or any other automation tool.We are
currently using NAnt and CruiseControl to create daily
builds on a build server and then we copy these builds
over to the test server.But I wanted to know if there
was a way to automat
Hi Guys,
I was facing same issue few days back with building VS
2005 soultion using NAnt.I think I have found a
workaround that doesn't involve using any solution
task.NAnt supports exec task which when used along
with msbuild gives the desired result.Following is the
snippet of code I am using:
Hi Guys,
I am suddenly getting an Internal Error when running
the NAnt build file.It wasn't happening before and I
don't think anything major has changed in my .build
file but I am getting the following error:
build:
[solution] Starting solution build.
BUILD FAILED
INTERNAL ERROR
System.Nul
Hi Everyone,
I am new to this group.I have started working on NAnt
recently and I have been facing some issues.I have web
reference to a main project(which is basically a
webservice hosted on my local computer as well.)
Following is the build script I have: