Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 2.09 KB

table-reference-build-project.md

File metadata and controls

44 lines (34 loc) · 2.09 KB
title titleSuffix ms.technology ms.topic description ms.assetid ms.author author monikerRange ms.date
Build Project tables
Azure DevOps Server
devops-analytics
reference
Query for data about the files and projects that were built and information about those files
3d97e0e9-84ac-4662-84fe-36a38eb463b7
kaelli
KathrynEE
< azure-devops
10/17/2017

Build Project tables

[!INCLUDE temp]

You can query for data about the files and projects that were built and information about those files by using FactBuildProjects and the associated dimensions. Records contain the static analysis and compiler warnings and errors for each file that was built. If it was built for more than one platform or flavor, you can find records for each platform and flavor.

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 Source Projects in a Build

FactBuildProject is associated with the following dimension tables:

  • DimBuild
  • DimBuildFlavor
  • DimBuildPlatform
  • DimDate
  • DimFile
  • DimTeamProject

Related articles