I am setting up a continuous integration server.
I have one problem that does not appear to be mentioned in the textbooks.
I have an ASP.net web application that I need to compile and they are published.
My problem is that I seem to be able to compile the application, but when I try to use buildPublisher, it copies everything, including .svn files and MS CS folders and files.
I am using the MSBuild task to compile my source. I tried to set the MSBuild output directory to a directory, but this showed no effect.
What? I do not understand?
thank
source
share