Output directories

  • Thread starter Thread starter Bryan Glennon
  • Start date Start date
B

Bryan Glennon

I have a solution with a web app and a web service. There is a virtual
directory set up on my local server, //localhost/foo and it points to my
development directory, c:\blah\blah\foo. When I build, the output goes to
foo\bin, which is what I expect.

I am now trying to automate the nightly build process (using Visual Build).
I get all the source checked out into a build directory (...\build\YYYYMMDD)
and rebuild the solution. Instead of my output files going into
\bin\YYYYMMDD\foo\bin, they wind up in c:\blah\blah\foo\bin.

Anyway to get the output files where I want them? My guess is that since
this is a web project its getting info from the server, and putting the
files in the location specified by the virtual directory.

Any insight will be appreciated.

Thanks,
Bryan
 
You only set output folder to a subfolder of root virtual directory.

Tiendq,
(e-mail address removed)
 
Back
Top