Reputation: 59002
I'm currently building my first msbuild release task. What are the essential tasks that "should" be performed on every build?
Thinking of settings like optimize code, define several constants etc.
What do you do in every release build?
Thanks
Upvotes: 1
Views: 176
Reputation: 10276
I do the following on every build...continuous integration with NAnt/CruiseControl.net
These are what I like to do...though I am sure that there is a lot more you can do!
Upvotes: 4