#1
|
|||
|
|||
VS .Net Web projects
I have a solution with a web app and a couple of web services. I'm trying to set up VBuild to do our nightly builds. I get the code checked out into the correct nightly directory. The output directory in the projects is set to bin/. When I build in the nightly directory, however, the output still goes into the directory that the web app points to (the virtual directory in IIS.)
How can I override this so that my output stays with my build directory? Thanks, BG |
#2
|
|||
|
|||
Here's one option: http://staff.develop.com/onion/Sampl...b_projects.htm
|
|
|