I have dived into Team System and more specific the build process. It’s quite hard to take in, I think, especially since the documentation is quite … economical.
But I hope that the question marks I have will be straighten out in a couple of days. We will get assistance from a MS-guy who is coming here.
I the mean time I have found, got and compiled some links that can, hopefully contain some useful documentation stuff that I missed when i started off:
- Microsoft own description and more here
- [A list of all events that you can “override” for Team System in the msbuild project file](http://blogs.msdn.com/nagarajp/archive/2005/10/27/485980.aspx)
- The order of which the events are fired
- [How to create a manifestfile with msbuild](http://blogs.msdn.com/echarran/archive/2006/08/09/693284.aspx)
- How to do a ClickOnce-deployment from the msbuild-script
The big thing to find out right now is how to incorporate a ClickOnce-deployment in the build-script, in such a way that you get the latest version of the application automatically. I post the solution when it is found - it is probably easy, just that I don’t get it…