As we conclude, here is a list of questions for you to test your knowledge regarding this chapter's material. You will find the answers in the Assessments section of the appendix:
- True or false – you achieve continuous integration if you compile all the branches of your project at least daily.
- True or false – a classic build definition is always connected to a source code repository.
- True or false – a YAML pipeline definition is always connected to a source code repository.
- Which of the following is needed to call an external tool from an Azure pipeline?
- An external service definition
- An Azure services connection
- A service connection
- A service locator
- What are some common reasons for using self-hosted agents? (Choose all of the correct answers from the following:)
- Access to closed networks is needed.
- Specific extension tasks need to...