Nuke.GlobalTool
6.0.0-beta0010
Prefix Reserved
See the version list below for details.
dotnet tool install --global Nuke.GlobalTool --version 6.0.0-beta0010
dotnet new tool-manifest
dotnet tool install --local Nuke.GlobalTool --version 6.0.0-beta0010
#tool dotnet:?package=Nuke.GlobalTool&version=6.0.0-beta0010&prerelease
nuke :add-package Nuke.GlobalTool --version 6.0.0-beta0010
Cross-platform build automation system
Signed by signpath.io from repository 'https://github.com/nuke-build/nuke' commit '8f6d86ec80f76ad5a3216b4d6b4b6fdc8ba5dc88' (see contained AppVeyorSettings.json file for build settings).
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
| .NET Core | netcoreapp3.1 is compatible. |
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.1.0 | 137,769 | 12/2/2025 |
| 10.0.1 | 3,796 | 12/1/2025 |
| 10.0.0 | 10,652 | 11/20/2025 |
| 9.0.4 | 1,280,238 | 1/15/2025 |
| 9.0.3 | 97,768 | 12/4/2024 |
| 9.0.2 | 7,055 | 12/3/2024 |
| 9.0.1 | 11,044 | 11/21/2024 |
| 9.0.0 | 9,353 | 11/21/2024 |
| 8.1.4 | 48,728 | 11/6/2024 |
| 8.1.3 | 4,837 | 11/5/2024 |
| 8.1.2 | 35,725 | 10/13/2024 |
| 8.1.1 | 7,909 | 10/5/2024 |
| 8.1.0 | 37,419 | 9/10/2024 |
| 8.0.0 | 228,875 | 1/18/2024 |
| 7.0.6 | 129,531 | 9/24/2023 |
| 7.0.5 | 9,665 | 9/4/2023 |
| 7.0.4 | 3,766 | 8/31/2023 |
| 7.0.3 | 5,622 | 8/21/2023 |
| 7.0.2 | 48,811 | 5/19/2023 |
| 6.0.0-beta0010 | 1,550 | 12/3/2021 |
• Removed ToolSettings.ProcessLogFile and ProcessLogTimestamp
• Removed GitHub prefix in GitHubActions
• Deprecated Logger in favor of Serilog.Log
• Deprecated ControlFlow asserts in favor of Assert class
• Changed Nuke.GlobalTool to enable RollForward with LatestMajor
• Changed default serialization settings for JSON and YAML in SerializationTasks
• Changed GitHub Actions generation to use default GitHubActions.Token through EnableGitHubContext
• Changed Azure Pipelines generation to use default AzurePipelines.AccessToken through EnableAccessToken
• Added NukeBuild.ExecutionPlan to public API
• Added Partition.Part and Total to public API
• Added MSBuildToolPathResolver support for Visual Studio 2022
• Added XmlTasks variants for string objects
• Added AbsolutePath.Name and NameWithoutExtension properties
• Added AbsolutePath.Exists, FileExists, and DirectoryExists extension methods
• Added Project.HasPackageReference and GetPackageReferenceVersion
• Added UpdateFile variants in SerializationTasks
• Added StdToText and StdToJson extension methods for IEnumerable<Output>
• Added newest worker images for Azure Pipelines, GitHub Actions, and AppVeyor generation
• Added Azure Pipelines generation for pull-request triggers, fetch depth, and clean checkout
• Added AzurePipelinesCachePaths for common cache paths
• Added AzurePipelines.PhaseName property
• Added GitHub.CreateComment for issue and pull-request comments
• Added TeamCity.AuthUserId and AuthPassword properties
• Added AppVeyorSecretAttribute for generation of secret value entries
• Added HttpClient, HttpRequest, and HttpResponse extensions
• Added XNode extensions
• Added LatestMavenVersionAttribute
• Added MauiCheckTasks
• Added MinVerTasks and MinVerAttribute
• Added PowerShellTasks
• Added BootsTasks
• Added NetlifyTasks
• Fixed check for executables compiled with PublishSingleFile
• Fixed MSBuild localization using MSBuildLocator
• Fixed Azure Pipelines caching
• Fixed IBuildServer.Branch for AzurePipelines
• Fixed OctoVersionTasks and OctoVersionAttribute for latest version
• Fixed AzureSignToolTasks to invoke sign command
• Fixed missing Files property in AzureSignTool
• Fixed missing Blame* properties in DotNetTasks
• Fixed property types in ILRepackTasks
• Fixed UnityTasks to auto-detect version
• Fixed quoting for UnityTasks.LogFile
Full changelog at https://github.com/nuke-build/nuke/blob/release/6.0.0/CHANGELOG.md