I am playing with TFS 2010 and I am trying to set up a build process that will have some custom steps.
These include things like stopping / starting IIS, finding and replacing files, etc. in different environments.
I tried to find examples on the Internet and did not find anything clear and meaningful in how to simply run a script or something on top of the source files. If you look at the default build process template (DefaultTemplate.xml), I cannot fully understand it.
How should I do it? are there any useful tips on how to create custom build templates?
source
share