This repository contains C# samples that show you how to integrate with Azure DevOps using our public client libraries.
For .NET developers, the primary (and highly recommended) way to integrate with Azure DevOps and Team Foundation Server is via our public .NET client libraries available on Nuget. Microsoft.TeamFoundationServer.Client is the most popular Nuget package and contains clients for interacting with work item tracking, Git, version control, build, release management and other services.
See the Azure DevOps client library documentation for more details.
Build.Definition Property
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
[set: System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public Microsoft.TeamFoundation.Build.WebApi.DefinitionReference Definition { get; set; }
You can search for more Azure DevOps namespaces via the .NET API Browser.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
Let us know by opening an issue on the Azure DevOps developer community.