This recipe focusses on what happens when a build is triggered, and how to deal with some common issues. We will trigger a build and then monitor its progress.
Managing build operations
Getting ready
We must have a fully functional build server, and a build definition that will trigger on check-in.
How to do it...
To manage the build operations, follow these steps:
- Make a minor change to any code in your project and check-in the changes.
- Then open the VSTS project and select Build from the Build & Release menu. You should see something like the following screenshot:
- The #<build number> link will take...