TFS 2010 Custom Build Step

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?

+3
source share
2 answers

TFS2010 Ewald Hoffman. 1

, , , , .

+6

, ( Split build and dementment, TFSDeployer). - , script. script, "InvokeProcess" . TFSDeployer , PowerShell. ( PowerShell, PowerShell "InvokeProcess" script.)

0

Source: https://habr.com/ru/post/1768345/


All Articles