Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.64 KB

table-reference-build-changeset.md

File metadata and controls

38 lines (29 loc) · 1.64 KB
title titleSuffix ms.technology ms.topic description ms.assetid ms.author author monikerRange ms.date
Build Changeset tables
Azure DevOps Server
devops-analytics
reference
Uses FactBuildChangeset to query for data about the changesets.
66ab6ac3-ff81-4ed7-9535-dd7ce9ebbb37
kaelli
KathrynEE
< azure-devops
10/17/2017

Build Changeset tables

[!INCLUDE temp]

You can query for data about the changesets that were incorporated in each build by using FactBuildChangeset 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 Changesets in a Build

FactBuildChangeset is associated with the following dimension tables:

  • DimBuild
  • DimChangeset
  • DimPerson
  • DimTeamProject

Related articles