![]() |
VOOZH | about |
dotnet add package Candoumbe.Pipelines.Components.AzureDevOps --version 3.0.0
NuGet\Install-Package Candoumbe.Pipelines.Components.AzureDevOps -Version 3.0.0
<PackageReference Include="Candoumbe.Pipelines.Components.AzureDevOps" Version="3.0.0" />
<PackageVersion Include="Candoumbe.Pipelines.Components.AzureDevOps" Version="3.0.0" />Directory.Packages.props
<PackageReference Include="Candoumbe.Pipelines.Components.AzureDevOps" />Project file
paket add Candoumbe.Pipelines.Components.AzureDevOps --version 3.0.0
#r "nuget: Candoumbe.Pipelines.Components.AzureDevOps, 3.0.0"
#:package Candoumbe.Pipelines.Components.AzureDevOps@3.0.0
#addin nuget:?package=Candoumbe.Pipelines.Components.AzureDevOps&version=3.0.0Install as a Cake Addin
#tool nuget:?package=Candoumbe.Pipelines.Components.AzureDevOps&version=3.0.0Install as a Cake Tool
👁 GitHub Workflow Status (main)
👁 GitHub Workflow Status (develop)
👁 GitHub raw issues
👁 Nuget
This library contains components to interact specifically with Azure DevOps.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.0 | 0 | 6/19/2026 |
| 3.0.0-rc.43 | 43 | 6/13/2026 |
| 3.0.0-rc.42 | 45 | 6/10/2026 |
| 2.0.1 | 95 | 5/23/2026 |
| 2.0.1-fix.1 | 58 | 4/26/2026 |
| 2.0.0 | 202 | 12/13/2025 |
| 2.0.0-rc.25 | 87 | 12/12/2025 |
### 💥 Breaking changes
• Migrated from [Nuke](https://github.com/nuke-build/nuke) to [Fallout](https://github.com/fallout-build/fallout) ([#251](https://github.com/candoumbe/pipelines/issues/251))
### 🚀 New features
• Added support for [Fallout](https://github.com/Fallout-build/Fallout) as build engine (migration from [Nuke](https://github.com/nuke-build/nuke))
• Added net10.0 support
• Added support for autoclosing issues when finishing a hotfix via the --issues parameter ([#177](https://github.com/candoumbe/pipelines/issues/177))
• GitHub: Closes issues using GitHub API
• Azure DevOps: Closes work items using Azure DevOps Work Item Tracking API
### 🚨 Fixes
• Hardened merge finalization flows (IGitFlow/IGitHubFlow) with explicit conflict handling (merge --abort / rebase --abort), clearer error messages, and safer rollback behavior for hotfix/release finalization.
• Aligned GitHub and Azure DevOps hotfix completion implementations to run the secured Git finalization before closing remote issues/work items.
• Added tests to lock default workflow completion implementations in place.
### 🧹 Housekeeping
• Added devcontainer configuration to facilitate onboarding.
• Added support for chore workflow
• Updated gitversion to 6.6.1
Full changelog at https://github.com/candoumbe/Pipelines/blob/main/CHANGELOG.md