Quantcast
Channel: Geeks with Blogs
Viewing all articles
Browse latest Browse all 36

How to build Visual Studio Setup projects (.vdproj) with TFS 2010 Build ?

$
0
0

Originally posted on: http://geekswithblogs.net/BizTalkUnleashed/archive/2012/12/10/how-to-build-visual-studio-setup-projects-.vdproj-with-tfs.aspx

Out of the box, Team Foundation Server 2010 Build does not support building of setup projects (.vdproj). Although, you can modify the DefaultTemplate.xaml or create your own in order to achieve this. I had to try bunch of different blog post's and finally got it working with a mixture of all those posts.

Since you don’t have to go through this pain again, I have uploaded the Template which you can use right away : https://skydrive.live.com/redir?resid=65B2671F6B93CDE9!310

  • Download and CheckIn this template into your source control. Modify your Build Definition to use this template. Unless you have CheckedIn the template, it wont show up in the template selection section in the process task of build definition.

1

  • In your Visual Studio Solution Configuration Manager, make sure you specify to build the setup project also.

2

  • You will get this warning in you build : “The project file “*.vdproj” is not support by MSBuild and cannot be build.

Hope it helps.

Thanks,

Vishal Mody

Reference blog posts I had used:


Viewing all articles
Browse latest Browse all 36

Trending Articles