This add-in allows you to interact directly with the work items of Azure Boards.
#addin nuget:?package=Cake.Board.AzureBoards&version=0.1.12
dotnet add package Cake.Board.AzureBoards --version 0.1.12
<PackageReference Include="Cake.Board.AzureBoards" Version="0.1.12" />
Aliases
Provides a set of methods for extends
ICakeContext
.
General
GetWorkItemByIdAsync |
Fetch the Cake.Board.Abstractions.IWorkItem by Id.
|
Get |
Fetch the IEnumerable<T> by query Id.
|
Get |
Fetch the IEnumerable<T> by query Id.
|