Build Overview
TFS 2017 | TFS 2015 | TFS 2013
Note
Looking for REST APIS that support TFS 2018 or later versions? See the Azure DevOps REST API Reference.
api-version = 2.0
Common tasks
Run a build
- Get the ID of the build definition that you want to use.
- Create a build.
- Get the ID of the build from the response so you can use it later.
- Get the build using the ID.
Get a build
- Get a list of builds and find the ID of the build you're interested in.
- Get the details about the build.