Chris Arnold
Chris Arnold

Reputation: 5753

Website Build and Release Strategy

We have an ASP.Net MVC solution built in VS2008 and TFS2008. We use TFS Build and use Continuous Integration.

We have a deployment pipeline that enables us to progress a build, eventually, to our live site...

I have 2 questions relating to this

  1. Which ones of these should be built in Debug and which in Release?
  2. How should I write my TFSBuild.proj files to cope with this strategy?

Upvotes: 0

Views: 270

Answers (1)

Mel Gerats
Mel Gerats

Reputation: 2252

As per your points, only the Internal dev should be in Debug mode. The External Dev should be in Release mode if you want to mimic the production environment

Upvotes: 2

Related Questions