Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.75 KB

table-reference-build-details.md

File metadata and controls

43 lines (33 loc) · 1.75 KB
title titleSuffix ms.technology ms.topic description ms.assetid ms.author author monikerRange ms.date
Build Details tables
Azure DevOps Server
devops-analytics
reference
Query for data about builds, such as the status and quality.
cbcabf4d-d334-4c17-a003-315e337a49b3
kaelli
KathrynEE
< azure-devops
10/17/2017

Build Details tables

[!INCLUDE temp]

You can query for data about builds, such as the status and quality, by using FactBuildDetails and the associated dimension tables.

Important

Build tables are only applicable for XAML builds, which are deprecated for TFS 2018 and later versions. If your build process isn't based on XAML builds, these tables and the TFS Warehouse for builds won't yield any meaningful data.

For information about the measures and dimensions that are associated with these tables in the SQL Server Analysis Services cube, see Builds.

Tables for Builds

FactBuildDetails is associated with the following dimension tables:

  • DimBuild
  • DimBuildQuality
  • DimBuildStatus
  • DimDate
  • DimPerson
  • DimTeamProject

Related articles