Question

I'm brand new to TFS Express, but we badly need a build server with continuous integration, so I've been experimenting at work and learning how to set things up.

Undoubtedly, we need to use the 32-bit version of the Oracle.DataAccess DLL. This compiles fine in visual studio.

However, TFS Express will not build with the 32-bit version - it only works with the 64-bit version.

I'm completely in the dark - can anyone give me some advice?

Was it helpful?

Solution

In the TFS build definition change the MSBuild platform from "Auto" to "X86". It appears in the "3. Advanced" group of the Process tab for the Default Template.

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