Private builds can be triggered automatically. true or false
Answers
Answered by
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
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