HOTSPOT - How should you configure the filters for the Project5 trigger? To answer, select the appropriate options in the answer area. NOTE: Each correct select...


Microsoft AZ-400 Exam

Questions Number: 280 out of 535 Questions
52.34%

Question 280
HOTSPOT -
How should you configure the filters for the Project5 trigger? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
AZ-400_280Q.png related to the Microsoft AZ-400 Exam



Box 1: branch filter to exclude -
Scenario:
AZ-400_280E.png related to the Microsoft AZ-400 Exam
Continuous integration (CI) triggers cause a build to run whenever a push is made to the specified branches or a specified tag is pushed.
Box 2: branch filter to include -
You can specify branches to include and exclude. For example:
# specific branch build
trigger:
branches:
include:
- master
- releases/*
exclude:
- releases/old*
Reference:
https://docs.microsoft.com/en-us/azure/devops/pipelines/build/triggers





Previous Questions Next Questions