Nuke.MSBuildLocator 6.0.0-beta0001

Prefix Reserved
This is a prerelease version of Nuke.MSBuildLocator.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Nuke.MSBuildLocator --version 6.0.0-beta0001
                    
NuGet\Install-Package Nuke.MSBuildLocator -Version 6.0.0-beta0001
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Nuke.MSBuildLocator" Version="6.0.0-beta0001" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nuke.MSBuildLocator" Version="6.0.0-beta0001" />
                    
Directory.Packages.props
<PackageReference Include="Nuke.MSBuildLocator" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Nuke.MSBuildLocator --version 6.0.0-beta0001
                    
#r "nuget: Nuke.MSBuildLocator, 6.0.0-beta0001"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Nuke.MSBuildLocator@6.0.0-beta0001
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Nuke.MSBuildLocator&version=6.0.0-beta0001&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Nuke.MSBuildLocator&version=6.0.0-beta0001&prerelease
                    
Install as a Cake Tool

Cross-platform build automation system

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Nuke.MSBuildLocator:

Repository Stars
Snoothy/UCR
Universal Control Remapper [Alpha]
Version Downloads Last Updated
6.3.0 8,825 12/17/2022
6.2.1 5,317 8/19/2022
6.2.0 606 8/18/2022
6.1.2 758 7/2/2022
6.1.1 636 6/21/2022
6.1.0 602 6/14/2022
6.0.3 887 5/2/2022
6.0.2 695 4/12/2022
6.0.1 8,154 1/10/2022
6.0.0 457 1/7/2022
6.0.0-beta0012 447 12/13/2021
6.0.0-beta0010 401 12/3/2021
6.0.0-beta0009 1,234 12/1/2021
6.0.0-beta0001 1,623 11/26/2021
5.3.0 1,662 8/4/2021
5.2.1 919 6/18/2021
5.2.0 622 6/18/2021
5.1.4 637 6/1/2021
5.1.3 574 5/31/2021
5.1.2 633 5/18/2021
Loading failed

• 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