Cruise with Nant and MSBuild#851

Subscribe to Cruise with Nant and MSBuild 1 post, 1 voice

 
Avatar Greg Gigon 1 post #2272

I don’t think this is a bug. It is something that people should be aware off.

I have just tried to setup some test box with Cruise Server and Cruise Agent.
After a moment of poking around and reading documentation I have setup basic pipeline and agent to do the job.

When MSBuild was executed for Compilation job it had a problem to compile a solution. Couldn’t find App.config files for some project. (eg. error message: can’t copy file “c:\Program Files\Cruise Agent\pipelines\BlablSolution\BlablaProject\\App.config”).
Looks like it appends double ”\\” in path and Windows file system fails on finding those files.

Cruise Agent by default is installed in “C:\Program Files\Cruise Agent”. Once I reinstalled it into “c:\CruiseAgent” everything was working fine.

This is just something to be aware of. If you are running .NET project on Cruise and using MSBuild to build it, make sure you agents are installed in a “Good_Place”.

Good job guys, Cruise is awesome ;)

Greg @ ThoughtWorksUK