Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 2.12 KB

table-reference-build-project.md

File metadata and controls

43 lines (34 loc) · 2.12 KB
title titleSuffix description ms.technology ms.topic ms.assetid ms.author author monikerRange ms.date
Build Project tables
Azure DevOps
Learn how to query for data about the files and projects that were built and information about those files.
devops-analytics
reference
3d97e0e9-84ac-4662-84fe-36a38eb463b7
kaelli
KathrynEE
< azure-devops
10/19/2021

Build Project tables

[!INCLUDE temp]

Use FactBuildProjects and the associated dimensions to query for data. Find out about the files and projects that were built and information about those files. 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

For more information, see these articles: