wytes
wytes

Reputation: 421

TFS 2012 - Continuous integration with a website

I have a solution with multiple C# projects linked to a Website (File => New => Web Site). I can use the continuous integration for all the C# project for now.

I would like to try the website from a different solution just for testing:

enter image description here

It seams that the website will be rebuild, or will try to rebuild. Here is my website test solution enter image description here

and my Build Definition file : enter image description here

So my question is, is it possible to integrate a website to a continuous integration system ? (TFS 2012)

If it's possible, What did I miss on the basic configuration ?(I didn't need any specific configuration for a WebApp project or a C# project)

I might need to build some files on the website (App_Code folder), But I would keep the possibility to deploy only the modified files (aspx, aspx.cs) without rebuild all the website and push everything on the server.

Let me know if you need any further information

Upvotes: 1

Views: 211

Answers (1)

Giulio Vian
Giulio Vian

Reputation: 8343

There is an article here Continuous Deployment di Asp.Net web sites con TFS Build. It is in italian, but I think you may get the core using Bing/Google translator.

Upvotes: 1

Related Questions