Candoumbe.Pipelines.Components.AzureDevOps
3.0.0
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" />
<PackageReference Include="Candoumbe.Pipelines.Components.AzureDevOps" />
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.0
#tool nuget:?package=Candoumbe.Pipelines.Components.AzureDevOps&version=3.0.0
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Candoumbe.Miscutilities (>= 0.15.0)
- Candoumbe.Pipelines (>= 3.0.0)
- Fallout.Common (>= 10.3.49)
- Microsoft.Build (>= 18.6.3)
- Microsoft.Build.Tasks.Core (>= 18.6.3)
- Microsoft.Build.Utilities.Core (>= 18.6.3)
- Microsoft.TeamFoundationServer.Client (>= 20.261.0-preview)
- System.Configuration.ConfigurationManager (>= 10.0.3)
- System.Security.Cryptography.ProtectedData (>= 10.0.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.0 | 95 | 6/19/2026 |
| 3.0.0-rc.43 | 53 | 6/13/2026 |
| 3.0.0-rc.42 | 52 | 6/10/2026 |
| 2.0.1 | 99 | 5/23/2026 |
| 2.0.1-fix.1 | 62 | 4/26/2026 |
| 2.0.0 | 204 | 12/13/2025 |
| 2.0.0-rc.25 | 92 | 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