views:

9

answers:

0

Hi,

I've got some issues with a project I'm trying to set up in TeamCity.

This project consists of 3 class libraries (one of which is a silverlight RIA library), a Web Application and a silverlight project.

The issue I have is that, as we're using RIA services, my usual approach to silverlight builds (i.e. building the silverlight app in a separate project and copying the output into the ClientBin directory of the website) is not a viable option.

Can anyone suggest a way that the two projects can be build semi-independently of each other?

By this I mean like with the class libraries: they're built into DLLs and pulled into the main Web Application as dependency artifacts, thus allowing them to be build from seperate version control roots.