VS.NET solution built differently on build server

Posted by slolife on Stack Overflow See other posts from Stack Overflow or by slolife
Published on 2010-04-20T23:55:52Z Indexed on 2010/04/22 7:53 UTC
Read the original article Hit count: 243

I have a VS.NET solution with two Projects, ProjectWeb and ProjectLibrary. PW depends on PL, so I have a VS.NET project reference to PL in PW.

That works all well and good on my dev box, but when it all gets to the build server, I have two different build projects, one for PL and one for PW. I'd like to build PL and copy the binaries somewhere. Then, I'd like to build PW and it only, using the binaries from the previous PL build.

But will that work since the PW VS.NET project is referencing a project that doesn't exist when I build PW only on the build server?

How can I set this up

For specifics, I am using CC.NET and NAnt, but I have other projects that use Hudson and straight MS build

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about nant