All Versions
92
Latest Version
Avg Release Cycle
37 days
Latest Release
286 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.24.1 Changes
February 07, 2020- ๐ Fixed
NuGetPackageResolver
to include dependencies during tool path resolution - ๐ Fixed parsing of TeamCity environment variables
- ๐ Fixed execution flags for
build.sh
andbuild.cmd
scripts during setup - ๐ Fixed assertion message in
UnityTasks
- ๐ Fixed
build.cmd
to have newline at end-of-file - ๐ Fixed logo spacing
- ๐ Fixed
-
v0.24.0 Changes
February 02, 2020- โ Removed
NuGetPackage
tasks and AutoMapper package reference - โ Removed TeamCity definitions for
VcsRoot
and trigger timezones - ๐ Changed
AbsolutePath
,RelativePath
,WinRelativePath
andUnixRelativePath
to outer scope - ๐ Changed default package for
DotCoverTasks
toJetBrains.dotCover.DotNetCliTool
- ๐ Changed default includes to be provided via
Nuke.Common.targets
- ๐ Changed
ConfigurationGenerationAttributeBase
toConfigurationAttributeBase
- ๐ 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 cross-platform
build.cmd
bootstrapping script - โ Added build emotions
- โ Added update of build number for TeamCity, AppVeyor, and Azure Pipelines from
GitVersionAttribute
- โ Added
AzureKeyVault
โ previously available as addon - โ Added
DocFXTasks
,DockerTasks
,HelmTasks
,KubernetesTasks
, andNSwagTasks
โ 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
andGetSolutionFolder
overloads viaGuid
- โ 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
andProjectModelTask.CreateSolution
overload for creating global solutions - โ Added path extension methods for
Get(Win|Unix)RelativePathTo
,Contains
, andTo(Win|Unix)RelativePath
- โ Added
NoFetch
,Framework
, andUpdateBuildNumber
properties toGitVersionAttribute
- ๐ Fixed directory creation in bootstrapping scripts
- ๐ Fixed artifact paths for TeamCity and Azure Pipelines
- ๐ 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
ReportGenerator
task to resolveReportGenerator.dll
- ๐ Fixed sharing of artifacts between agents
- ๐ Fixed
GitVersionSettings.UpdateAssemblyInfoFileNames
to be an array
- โ Removed
-
v0.23.7 Changes
January 28, 2020- ๐ Fixed summary alignment for hosts that trim whitespaces
-
v0.23.6 Changes
January 12, 2020- ๐ Fixed
InspectCodeTasks
to use new plugin endpoint for downloading - ๐ Fixed
AppVeyorOutputSink
to issue a warning when exceeding the default limit of 500 messages
- ๐ Fixed
-
v0.23.5 Changes
January 10, 2020- ๐ Fixed CI integrations to use correct warning/error reporting infrastructure
- ๐ Fixed TeamCity configuration to use
UTF-8
encoding - ๐ Fixed process encoding by setting
StandardOutputEncoding
andStandardErrorEncoding
toUTF-8
- ๐ Fixed solution deserialization for missing configuration section
- ๐ Fixed logo spacing
-
v0.23.4 Changes
November 16, 2019- ๐ Fixed assignment for
NuGetAssetsConfigFile
whenBuildProjectDirectory
is null - ๐ Fixed
ToolPathResolver
to not require framework when only one file matches
- ๐ Fixed assignment for
-
v0.23.3 Changes
November 02, 2019- ๐ Fixed separator in Azure Pipelines service messages
-
v0.23.2 Changes
November 02, 2019- ๐ Fixed ensuring of existing directory for generation of configuration files
- ๐ Fixed packaging of
MSBuildTaskRunner
inNuke.Common
-
v0.23.1 Changes
November 02, 2019- ๐ Fixed checking hashes for non-existing configuration files
- ๐ Fixed null-reference exception for commands without message
-
v0.23.0 Changes
October 31, 2019- ๐ Changed target frameworks to
netcoreapp3.0
andnet472
- ๐ Changed
AzureDevOps
toAzurePipelines
- ๐ Changed
CheckBuildProjectConfigurationsAttribute
to skip dot-prefixed directories - โ Removed
ProjectFromAttribute
- โ Removed
MSBuildTasks.MSBuildParseProject
- โ Removed
GitVersion.GetNormalizedAssemblyVersion
andGetNormalizedFileVersion
- โ Added NuGet package resolution from
project.assets.json
file - โ Added CI interface resolution via
CIAttribute
- โ Added
Bamboo
interface - โ Added
TeamCityImportDotCoverPathAttribute
to address version mismatch - โ Added
GitHubActionsAttribute
for configuration generation - โ Added
AzurePipelinesAttribute
for configuration generation - โ Added
AppVeyorAttribute
for configuration generation - โ Added execution of
dotnet build-server shutdown
when build has finished - โ Added
NpmCi
task - ๐ Fixed
TeamCity
parameter dictionaries to use original keys - ๐ Fixed NuGet package resolution for project files without
PackageReference
items - ๐ Fixed code inspections in PowerShell script
- ๐ Fixed resolution for legacy package directories
- ๐ Fixed generation of
Partition
parameter and script paths - ๐ Fixed
ToolPathResolver
to support global tool packages - ๐ Fixed
ReportGeneratorTasks
andGitVersionTasks
by providingFramework
property
- ๐ Changed target frameworks to