0 votes
in Continuous Integration by
Release builds can be triggered ___

1 Answer

0 votes
by

Debug build is the complete symbolic debug information which is emitted to help while debugging applications. This is also refer as code optimization which is not taken into account. However , release build the symbolic debug info is not emitted and the code execution is optimized. These can be divided as below :

(1)event-driven

(2)by polling for changes

(3)On-demand

(4)All of the options

So here all the options are correct answer.

Related questions

+1 vote
asked Sep 25, 2022 in Continuous Integration by john ganales
0 votes
asked Nov 15, 2019 in Continuous Integration by rajeshsharma
...