Question

I'm attempting to build a mvc 3 application that relies on the _bin_deployableassemblies folder introduced in VS2010 sp1.

I'm using TeamCity as my build server.

When I run the build within TeamCity from my dev machine which has VS2010sp1 installed, everything is fine.

When I run the build from the build server which does not have VS2010sp1 installed but does have TFS2010sp1 installed (and mvc3 for that matter), the _bin_deployableassemblies files are not processed.

How can I get the bits on the build server to make the _bin_deployableassemblies folder work?

Was it helpful?

Solution

Resolved by copying the full msbuild\microsoft\visualstudio folder from dev machine.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top