All Versions
92
Latest Version
Avg Release Cycle
37 days
Latest Release
628 days ago

Changelog History
Page 2

  • v5.2.1 Changes

    June 18, 2021
    • ๐Ÿ›  Fixed telemetry
    • ๐Ÿ›  Fixed humanized string concatenation
  • v5.2.0 Changes

    June 18, 2021
    • โž• Added telemetry data collection
    • โž• Added unified NukeBuild.Partition property
    • โž• Added Rider, VisualStudio, VSCode as Host implementations
    • โž• Added GitRepository.IsOnMainBranch and IsOnMainOrMasterBranch
    • โž• Added AbsolutePath equality operators
    • ๐Ÿ›  Fixed SpaceAutomation to generate default refSpec
    • ๐Ÿ”„ Changed Microsoft.CodeAnalysis.CSharp package version to 3.9.0
    • โœ‚ Removed Refit reference and ITeamCityRestClient interface
    • โœ‚ Removed Colorful.Console reference and embedded figlet fonts
  • v5.1.4 Changes

    June 01, 2021
    • ๐Ÿ›  Fixed StronglyTypedSolutionGenerator to resolve root directory only on demand
    • ๐Ÿ›  Fixed JetBrains.Annotations to be packed with source generators
    • ๐Ÿ›  Fixed missing SpaceAutomation configuration link
  • v5.1.3 Changes

    May 31, 2021
    • ๐Ÿ›  Fixed filtering explicitly overridden targets in build components
  • v5.1.2 Changes

    May 18, 2021
    • ๐Ÿ›  Fixed target duration to be measured immediately after execution
    • ๐Ÿ›  Fixed build script invocation from global tool
    • ๐Ÿ›  Fixed AddPackage command to allow explicit version parameter
    • ๐Ÿ›  Fixed navigation methods to not be included in command list
    • ๐Ÿ›  Fixed StronglyTypedSolutionGenerator to resolve root directory only on demand
    • ๐Ÿ›  Fixed EnvironmentInfo.Framework to use entry assembly
    • ๐Ÿ›  Fixed parsing of GitRepository remote
    • ๐Ÿ›  Fixed missing pull-request properties in TeamCity
    • ๐Ÿ›  Fixed RunNumber and RunId in GitHubActions to be of type long
    • ๐Ÿ›  Fixed GitVersionAttribute to automatically populate Git_Branch on TeamCity
  • v5.1.1 Changes

    April 23, 2021
    • ๐Ÿ›  Fixed parameter loading with missing default parameters file
    • ๐Ÿ›  Fixed visibility of Directory.Build files
    • ๐Ÿ›  Fixed ArgumentsFromCommitMessageAttribute to require manual application
    • ๐Ÿ›  Fixed summary reporting for exceptions to only include first line of message
    • ๐Ÿ›  Fixed update notification
    • ๐Ÿ›  Fixed PowerShell invocation from build.cmd
    • ๐Ÿ›  Fixed Update and Setup command to not stage parameters file
    • ๐Ÿ›  Fixed Update command for absent bootstrapping scripts
    • ๐Ÿ›  Fixed skipping unhandled syntax fragments in Cake conversion
    • ๐Ÿ›  Fixed missing Instance properties for IBuildServer implementations
    • ๐Ÿ›  Fixed GitHubActions default cache path
    • ๐Ÿ›  Fixed missing property for GitHubActions workflow inputs
    • ๐Ÿ›  Fixed quoting in GitHubActions for included/excluded paths
    • ๐Ÿ›  Fixed XmlPoke to allow specifying encoding
    • ๐Ÿ›  Fixed ExternalFilesTask for single file browse-URL
    • ๐Ÿ›  Fixed ICompile, IPack, ITest components to check against SucceededTargets
    • ๐Ÿ›  Fixed setting RepositoryUrl in IPack component
  • v5.1.0 Changes

    April 07, 2021
    • โœ‚ Removed :Fix command from global tool (superseded by :AddPackage)
    • ๐Ÿ”„ Changed .nuke configuration file to .nuke directory
    • ๐Ÿ”„ Changed shell-completion to rely on build.schema.json file
    • ๐Ÿ”„ Changed default DependencyBehavior to Skip
    • ๐Ÿ”„ Changed HostType to Host base class
    • ๐Ÿ”„ Changed ExecutionStatus members Executed to Succeeded, and Executing to Running
    • ๐Ÿ”„ Changed IBuildExtension instances to be cached
    • ๐Ÿ”„ Changed IOnBeforeLogo and IOnAfterLogo extensions to IOnBuildCreated and IOnBuildInitialized
    • ๐Ÿ”„ Changed IsSuccessful to check for succeeded, skipped and collective targets
    • ๐Ÿ”„ Changed ParameterAttribute to allow external value providers with ValueProviderType and ValueProviderMember
    • ๐Ÿ”„ Changed GitHubActions secret names to split on camel-humps
    • โž• Added support for parameter files (profiles)
    • โž• Added source generator for strong-typed solutions
    • โž• Added shorthand dependencies for build components
    • โž• Added ReportSummary for summary extension to NukeBuild and INukeBuild
    • โž• Added exception reporting in summary
    • โž• Added ParameterPrefixAttribute for build components
    • โž• Added build extensions for OnTargetSkipped, OnTargetRunning, OnTargetSucceeded, and OnTargetFailed
    • โž• Added styling for unlisted targets in execution plan HTML
    • โž• Added :Secrets command to global tool and SecretAttribute for encryption in parameters files
    • โž• Added :AddPackage command to global tool
    • โž• Added :GetConfiguration command to global tool
    • โž• Added :Update command to global tool
    • โž• Added :CakeConvert and :CakeClean commands to global tool
    • โž• Added generation of Directory.Build.props and Directory.Build.targets files
    • โž• Added parameter resolution for root directory in global tool
    • โž• Added shell-navigation aliases nuke/ and nuke-
    • โž• Added ScheduledTargets, RunningTargets, AbortedTargets, FailedTargets, SucceededTargets collections to NukeBuild and INukeBuild
    • โž• Added ArgumentsFromCommitMessageAttribute and :Trigger command to global tool
    • โž• Added ExitCode to INukeBuild
    • โž• Added IsFinished and IsFailing to NukeBuild and INukeBuild
    • โž• Added caching for ValueInjectionUtility.TryGetValue
    • โž• Added equality operators and implicit conversion to string for Enumeration
    • โž• Added GetProject, GetSolutionFolder, Projects, and SolutionFolders to SolutionFolder
    • โž• Added GetRuntimeIdentifers to ProjectExtensions
    • โž• Added string-escape extension for MSBuild in DotNetTasks and MSBuildTasks
    • โž• Added EnsureExistingDirectory and EnsureExistingParentDirectory overloads for AbsolutePath
    • โž• Added XmlPeekElements to XmlTasks
    • โž• Added GitRepository properties RemoteName and RemoteBranch
    • โž• Added support for NerdbankGitVersioning
    • โž• Added NoCache property to GitVersionAttribute with default value true
    • โž• Added SendOrUpdateSlackMessage to SlackTasks
    • โž• Added support for JetBrains SpaceAutomation
    • โž• Added support for GitHub Actions dispatch workflows
    • โž• Added support for GitLab CI
    • โž• Added support for multiple AppVeyor configurations
    • โž• Added support for AppVeyor secrets
    • โž• Added support for platform-independent TeamCity configurations
    • โž• Added TeamCity parameter to replace run-button caption
    • โž• Added AddTeamCityLogger for DotNetTest task
    • โž• Added IsPersonalBuild property to TeamCity
    • โž• Added caching for AzurePipelinesAttribute and GitHubActionsAttribute
    • โž• Added SetVariable to AzurePipelines
    • โž• Added CodeMetricsTasks
    • โž• Added PulumiTasks
    • โž• Added CodecovTasks
    • โž• Added CorFlagsTasks
    • โž• Added FixieTasks
    • โž• Added ILRepackTasks
    • ๐Ÿ›  Fixed skip reason for targets skipped from --skip parameter
    • ๐Ÿ›  Fixed execution plan legend
    • ๐Ÿ›  Fixed execution plan highlighting for multiple default targets
    • ๐Ÿ›  Fixed ConsoleUtility to allow full deletion of secret
    • ๐Ÿ›  Fixed exception reporting for ExecutableTargetFactory
    • ๐Ÿ›  Fixed handling of value types in ValueInjectionUtility.TryGetValue
    • ๐Ÿ›  Fixed calculation of value sets for collection parameters
    • ๐Ÿ›  Fixed compilation of legacy template
    • ๐Ÿ›  Fixed IsDescendantPath to split path parts
    • ๐Ÿ›  Fixed MoveDirectory with additional deleteRemainingFiles parameter
    • ๐Ÿ›  Fixed SwitchWorkingDirectory to respect allowCreate parameter
    • ๐Ÿ›  Fixed ResponseArchive in ISignPackages build component
    • ๐Ÿ›  Fixed MSBuild path resolution to fallback to using dotnet --list-sdks
    • ๐Ÿ›  Fixed client usage in GitHubTasks
    • ๐Ÿ›  Fixed token ordering in TemplateUtility
    • ๐Ÿ›  Fixed default value for collections in TeamCity configurations
    • ๐Ÿ›  Fixed TeamCity composite configurations to propagate failures
    • ๐Ÿ›  Fixed TeamCity and AzurePipelines to update build numbers in environment variables
    • ๐Ÿ›  Fixed TriggerBatch in AzurePipelines generation
    • ๐Ÿ›  Fixed condition in AppVeyor generation
    • ๐Ÿ›  Fixed FileFilters property in ReportGeneratorTasks
    • ๐Ÿ›  Fixed logger for DocFXTasks
    • ๐Ÿ›  Fixed Severity property in ReSharperTasks
    • ๐Ÿ›  Fixed missing MSBuild and ToolRestore task in DotNetTasks
    • ๐Ÿ›  Fixed missing Buildx task in DockerTasks
    • ๐Ÿ›  Fixed missing CoverDotNet task in DotCoverTasks
    • ๐Ÿ›  Fixed missing GenericCoveragePaths property in SonarScannerTasks
    • ๐Ÿ›  Fixed missing properties in ReSharperTasks
    • ๐Ÿ›  Fixed missing properties in TeamCity, GitHubActions, and AzurePipelines
    • ๐Ÿ›  Fixed missing SignToolDigestAlgorithm enumeration in SignToolTasks
  • v5.0.2 Changes

    December 07, 2020
    • ๐Ÿ›  Fixed ChangelogTasks to use HTTPS links in history
    • ๐Ÿ›  Fixed DotNetRun and DotNetTest run settings
    • ๐Ÿ›  Fixed conditions for informational text
  • v5.0.1 Changes

    December 06, 2020
    • ๐Ÿ›  Fixed configuration generation to wait for user input after file changes
    • ๐Ÿ›  Fixed build summary for durations smaller than 1 second
    • ๐Ÿ›  Fixed build summary and IBuildExtension instances to be skipped if no targets were started
    • ๐Ÿ›  Fixed build summary to hide irrelevant durations
    • ๐Ÿ›  Fixed setting of EmbeddedPackagesDirectory for global tools
    • ๐Ÿ›  Fixed PackPackageToolsTask to use lower-case package ids
    • ๐Ÿ›  Fixed ParameterAttribute.ValueProvider to allow members of type IEnumerable<string>
    • ๐Ÿ›  Fixed Logger to remove ControlFlow from stacktrace
    • ๐Ÿ›  Fixed assertion messages for warnings
    • ๐Ÿ›  Fixed path and quoting in build.cmd
    • ๐Ÿ›  Fixed GitVersion.Tool version in project templates
    • ๐Ÿ›  Fixed LatestMyGetVersionAttribute to handle new RSS feed format
    • ๐Ÿ›  Fixed missing arguments PublishReadyToRun, PublishSingleFile, PublishTrimmed, PublishProfile, NoLogo for DotNetPublish
    • ๐Ÿ›  Fixed parameter name Verbosity in DotNetPack
    • ๐Ÿ›  Fixed enumeration value lcov in CoverletTasks
    • ๐Ÿ›  Fixed ReSharperTasks to use correct tool path
    • ๐Ÿ›  Fixed ChangelogTasks to respect additional markdown-linting rules
    • ๐Ÿ›  Fixed TeamCity generator to consider artifact products from all relevant targets
    • ๐Ÿ›  Fixed condition for skipping lines in TeamCity parameter files
  • v5.0.0 Changes

    November 12, 2020
    • ๐Ÿ›  Fixed version number