CruiseControl.NET, Visual Studio & SubVersion

Posted by Ian on Stack Overflow See other posts from Stack Overflow or by Ian
Published on 2010-05-05T13:15:25Z Indexed on 2010/05/05 13:18 UTC
Read the original article Hit count: 154

Hi All,

I am setting up a Continuous Integration server.

I have one issue that doesn't seem to be mentioned in the tutorials.

I have a ASP.net Web Application that I need to compile and them publish.

My Problem is that I seem to be able to compile the app but when I attempt to use a buildPublisher this copies every thing including .svn files & folders and ms CS files.

I am using an MSBuild task to compile my source. I tried setting my MSBuild Output Directory to directory but this didn't seem to have any effect.

What am I not understanding?

Thanks

© Stack Overflow or respective owner

Related posts about cruisecontrol.net

Related posts about subversion