How can I automate the build process of a branch / new command in TFS

We do a trunk release at the end of each sprint.

This is a manual task; we insert src and manually edit the assembly configuration.

It turned out to be a bug prone process. Can I automate it in TFS?

+3
source share
3 answers

Yes, you can automate in TFS using the .NET API. This will give you access to the VersionControlServer object for branching along with IBuildServer to change the definitions of your assembly.

The following question may be useful when it comes to executing a branch in code.

TFS API?

+1

( ;)).

( ):

  • /s, 1

  • ( , , - 2-3 TFS )

  • BuildNumber BuildNumberOverrideTarget

0

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


All Articles