Search code examples
msbuildbuildsolution

TFS Build without solution file


We use TFS 2008 server for our builds.

I need to create a build from a non Visual Studio project without solution file (only make files for custom compiler). But Build Wizard doesn't allow me create build project file without solution.

Is is posible to create TFS build for such project?

Thanks.


Solution

  • You will need to have either a solution or project defined. What you can do is inside the .proj file create a custom task to handle your scenario.

    I would need to better understand what you needed done in order to provide a better answer.