Addin for the Cake build automation system for working with Azure DevOps or Azure DevOps Server.
#addin nuget:?package=Cake.AzureDevOps&version=5.0.0
dotnet add package Cake.AzureDevOps --version 5.0.0
<PackageReference Include="Cake.AzureDevOps" Version="5.0.0" />
Aliases
Contains functionality related to Azure DevOps.
Authentication
Azure |
Returns credentials for authentication with an Azure Active Directory. Can only be used with Azure DevOps. |
Azure |
Returns credentials for basic authentication. Can only be used for on-premise Azure DevOps Server configured for basic authentication. See https://www.visualstudio.com/en-us/docs/integrate/get-started/auth/tfs-basic-auth. |
Azure |
Returns credentials for integrated / NTLM authentication. Can only be used for on-premise Azure DevOps Server. |
Azure |
Returns credentials for OAuth authentication. Can only be used with Azure DevOps. |
Azure |
Returns credentials for authentication with a personal access token. Can be used for Azure DevOps Server and Azure DevOps Service. |
Azure Boards
AzureDevOpsWorkItem |
Gets an Azure DevOps work item using the specified settings. |
Azure |
Gets the description of a specific work item the access token provided by Azure Pipelines. Make sure the build has the 'Allow Scripts to access OAuth token' option enabled. |
Azure |
Gets the description of a specific work item the access token provided by Azure Pipelines. Make sure the build has the 'Allow Scripts to access OAuth token' option enabled. |
Azure Pipelines
AzureDevOpsBuild |
Gets an Azure Pipelines build using the specified settings. |
Azure |
Gets the build artifacts for an Azure Pipelines build. |
Azure |
Gets the changes associated with an Azure Pipelines build. |
Azure |
Gets Azure Pipelines build definitions for the specified settings. |
Azure |
Returns if the Azure DevOps build is failing. |
AzureDevOpsBuilds |
Gets Azure Pipelines builds using the specified settings. |
Azure |
Gets the test runs for an Azure Pipelines build. |
Azure |
Gets the timeline entries for an Azure Pipelines build. |
Azure |
Gets the description of the Azure Pipelines build which is running. Make sure the build has the 'Allow Scripts to access OAuth token' option enabled. |
Azure |
Gets the description of a specific build which is running the access token provided by Azure Pipelines. Make sure the build has the 'Allow Scripts to access OAuth token' option enabled. |
Azure |
Gets the description of a specific build which is running the access token provided by Azure Pipelines. Make sure the build has the 'Allow Scripts to access OAuth token' option enabled. |
Azure |
Gets the description of the Azure Pipelines build which is running. Make sure the build has the 'Allow Scripts to access OAuth token' option enabled. |
Azure |
Gets the work item ids associated with an Azure Pipelines build. |
Azure |
Gets the work items associated with an Azure Pipelines build. |
Pull Request
Azure |
Adds a new comment thread with a single comment to an Azure DevOps pull request using the specified settings. |
Azure |
Creates a pull request in Azure DevOps using the specified settings. |
Azure |
Gets the commits contained in the Azure DevOps pull request using the specified settings. |
Azure |
Gets an Azure DevOps pull request using the specified settings. |
Azure |
Gets an Azure DevOps pull request using the settings provided by an Azure Pipelines build. Make sure the build has the 'Allow Scripts to access OAuth token' option enabled. |
Azure |
Gets an Azure DevOps pull request using the settings provided by an Azure Pipelines build. Make sure the build has the 'Allow Scripts to access OAuth token' option enabled. |
Azure |
Sets a status on an Azure DevOps pull request using the specified settings. |
Azure |
Votes for an Azure DevOps pull request using the specified settings. |