sooprise
sooprise

Reputation: 23187

Quickest Way To See If A Solution Builds?

Currently, the way I check to see if my solution builds is to make a new checkout, open it in VS, and build it. This is pretty slow, I imagine there's a way to do this via the command line or batch file, and build the files in the trunk, instead of checking out a new copy.

Any help here would be appreciated, will make my life easier, thanks!

Upvotes: 0

Views: 214

Answers (1)

Prisoner
Prisoner

Reputation: 27618

Give this a look. The general gist is using MSBuild.

Upvotes: 2

Related Questions