Computer Science, asked by judescah2890, 11 months ago

Private builds can be triggered automatically. true or false

Answers

Answered by homosapiens45
5

Answer is False

The private build cannot be triggered automatically.

You queue a private build if you want to build the changes that you have put into a shelve-set. You can use a private build to validate changes to your code before you check it in.

The private build resembles a gated check in build

Answered by aqibkincsem
2

The given statement is a false one. The private builds are never executed due to the movement of the changes in the version control.

Rather they are used in starting the continuous process of the integration.

This in turn helps the linkage of the private despositories helping in solving the issues.

Similar questions