May 2019
Beginner to intermediate
456 pages
10h 37m
English
To better understand how this works, in this section we'll test the configuration and go through its implementation. Let's start by testing that the build definition is correctly configured to work against all branches in the MyWebApp Git repository. Navigate to the code hub, open the MyWebApp Git repository, and select the feature/myFeature-1 branch. Edit the Program.cs file by adding a comment. Commit the changes to trigger the CI build for this branch:

Navigate to the build hub and open the partsunlimited.web build definition. You'll notice that the CI build execution was triggered from the last commit for the feature/myFeature-1 ...
Read now
Unlock full access