Nuke.MSBuildLocator 0.24.0-alpha0249

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 0.24.0-alpha0249
                    
NuGet\Install-Package Nuke.MSBuildLocator -Version 0.24.0-alpha0249
                    
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="0.24.0-alpha0249" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nuke.MSBuildLocator" Version="0.24.0-alpha0249" />
                    
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 0.24.0-alpha0249
                    
#r "nuget: Nuke.MSBuildLocator, 0.24.0-alpha0249"
                    
#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@0.24.0-alpha0249
                    
#: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=0.24.0-alpha0249&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Nuke.MSBuildLocator&version=0.24.0-alpha0249&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 10,028 12/17/2022
6.2.1 5,325 8/19/2022
6.2.0 617 8/18/2022
6.1.2 769 7/2/2022
6.1.1 647 6/21/2022
6.1.0 623 6/14/2022
6.0.3 899 5/2/2022
6.0.2 706 4/12/2022
6.0.1 8,165 1/10/2022
6.0.0 467 1/7/2022
6.0.0-beta0012 453 12/13/2021
6.0.0-beta0010 414 12/3/2021
6.0.0-beta0009 1,250 12/1/2021
6.0.0-beta0001 1,636 11/26/2021
5.3.0 1,678 8/4/2021
5.2.1 932 6/18/2021
5.2.0 633 6/18/2021
5.1.4 646 6/1/2021
5.1.3 581 5/31/2021
0.24.0-alpha0249 749 1/27/2020
Loading failed

• Removed NuGetPackage tasks and AutoMapper package reference
• Removed timezone specification for TeamCity scheduled triggers to use server timezone
• Changed AbsolutePath, RelativePath, WinRelativePath and UnixRelativePath to outer scope
• Changed default package for DotCoverTasks to JetBrains.dotCover.DotNetCliTool
• Changed default includes to be provided via Nuke.Common.targets
• Changed ConfigurationGenerationAttributeBase to ConfigurationAttributeBase
• Changed manually invoked targets to be TeamCity deployment configurations
• Changed AzurePipelines interface to use enumerations for test result type and code coverage tool type
• Changed package version for Glob, Microsoft.IdentityModel.Clients.ActiveDirectory, Newtonsoft.Json, NuGet.Packaging, Refit, YamlDotNet
• Added AzureKeyVault – previously available as addon
• Added DocFXTasks, DockerTasks, HelmTasks, KubernetesTasks, and NSwagTasks – previously available as addons
• Added TeamCity logger extension method for DotNetBuildSettings
• Added support for checkboxes in TeamCity configuration
• Added GitHubTasks
• Added ProjectModelTasks.CreateSolution
• Added Solution.GetProject and GetSolutionFolder overloads via Guid
• Added TeamCity.NightlyBuildAlways property
• Added detailed null-check for teamcity.build.branch configuration property
• Added Coverlet extension methods for DotNetTest task
• Added AzurePipelines.PublishCodeCoverage
• Added setters for Project properties
• Added Solution.AddSolution and ProjectModelTask.CreateSolution overload for creating global solutions
• Added path extension methods for Get(Win|Unix)RelativePathTo, Contains, and To(Win|Unix)RelativePath
• Fixed path separators for AppVeyor and GitHubActions configurations
• Fixed NSwag to quote tool path
• Fixed SolutionSerializer to handle inconsistent whitespaces
• Fixed NpmCi task to include definite argument
• Fixed VSTestSettings.TestCaseFilters to be list of strings
• Fixed EnvironmentInfo.FrameworkName
• Fixed cleanCheckoutDirectory to be set for all TeamCity build types
• Fixed AddTeamCityLogger extension method
• Fixed buildType reference in TeamCity build-finished triggers
• Fixed artifactRules in TeamCity for single files
• Fixed ReportGenerator task to resolve ReportGenerator.dll
• Fixed sharing of artifacts between agents

Full changelog at https://github.com/nuke-build/nuke/blob/develop/CHANGELOG.md