All Versions
56
Latest Version
Avg Release Cycle
11 days
Latest Release
1608 days ago

Changelog History
Page 5

  • v0.10.1 Changes

    October 02, 2018
    • ๐Ÿ›  Fixed wizard to pass definitions for project file template
    • ๐Ÿ›  Fixed wizard to create source and tests directory if selected
    • ๐Ÿ›  Fixed wizard to be disabled for legacy format
  • v0.10.0 Changes

    October 02, 2018
    • โœ‚ Removed PathConstruction.GetRootRelativePath
    • โœ‚ Removed License from specification files
    • ๐Ÿ”ง Deprecated NukeBuild.Configuration which should belong to user-code
    • ๐Ÿ—„ Deprecated plus operator in PathConstruction.AbsolutePath and RelativePath
    • ๐Ÿ”„ Changed SolutionAttribute to resolve solution file via parameter
    • ๐Ÿ”„ Changed CLI wrapper tasks to attempt to resolve tool paths from [TOOL]_EXE environment variable
    • โž• Added AbsolutePath.Parent and equality members
    • โž• Added TypeConverter for AbsolutePath which allows passing paths as parameter
    • ๐Ÿ›  Fixed detection of value types in specification files
    • ๐Ÿ›  Fixed path variable check to split by specific separator
  • v0.9.1 Changes

    September 26, 2018
    • ๐Ÿ›  Fixed wrong assertions in global tool
  • v0.9.0 Changes

    September 22, 2018
    • ๐Ÿ—„ Deprecated properties in NukeBuild which should belong to user-code
    • ๐Ÿ—„ Deprecated default settings which should belong to user-code
    • ๐Ÿ“ฆ Deprecated DocFxTasks which is moved to own package
    • โž• Added SpecFlowTasks
    • โž• Added NukeBuild.OutputSink property for custom logger implementation
    • ๐Ÿ›  Fixed MSBuildLocator and MSBuildToolPathResolver to also consider /usr/local/bin/msbuild
  • v0.8.0 Changes

    September 07, 2018
    • ๐Ÿ”„ Changed ProcessTasks to automatically invoke .NET Core DLLs with dotnet.exe
    • โž• Added CoverletTask
    • ๐Ÿ›  Fixed exception in ChangelogTasks.ReadChangelog when vNext section was empty
    • ๐Ÿ›  Fixed console output to use ASCII instead of Unicode
    • ๐Ÿ›  Fixed MSBuildLocator to use fallbacks when no VS instance with .NET Core is installed
  • v0.7.0 Changes

    August 29, 2018
    • ๐Ÿ”„ Changed assertion of DataClass properties print out value on failure
    • โž• Added SquirrelTasks
    • โž• Added UnityTasks
    • โž• Added tasks to update the changelog and get the latest version to ChangeLogTasks
    • ๐Ÿ›  Fixed global tool to order solutions descending
    • ๐Ÿ›  Fixed global tool setup to use correct definitions and error about broken solution
    • ๐Ÿ›  Fixed validation of requirements of skipped targets
    • ๐Ÿ›  Fixed double evaluation of conditions with DependencyBehavior.Skip
  • v0.6.2 Changes

    August 18, 2018
    • ๐Ÿ›  Fixed MSBuildLocator to not use System.ValueTuple
    • ๐Ÿ›  Fixed typo in OctopusCreateReleaseSettings
    • ๐Ÿ›  Fixed adaptation of solution file in global tool
    • ๐Ÿ›  Fixed output of global tool on Windows
  • v0.6.1 Changes

    August 09, 2018
    • ๐Ÿ›  Fixed global tool to have 'same as global tool' as fallback version
    • ๐Ÿ›  Fixed PowerShell invocation to use -ExecutionPolicy ByPass and -NoProfile
  • v0.6.0 Changes

    August 05, 2018
    • โœ‚ Removed setup scripts in favor of :setup command in global tool
    • โœ‚ Removed ProcessSettings in favor of integrating related properties into ToolSettings
    • โœ‚ Removed deprecated APIs
    • ๐Ÿ”„ Changed tasks with return type to return value tuple
    • ๐Ÿ”„ Changed tasks to redirect output by default
    • โž• Added ITargetDefinition.WhenSkipped to specify dependency behavior for skipped targets
    • โž• Added SlackTasks and VSWhereTasks
    • โž• Added namespace support in XmlTasks
    • โž• Added FileSystemTasks for deleting, moving, copying and hash calculation
    • โž• Added support for loading external files
    • ๐Ÿ›  Fixed various build server properties
    • ๐Ÿ›  Fixed output color for Logger.Info to be Console.ForegroundColor
    • ๐Ÿ›  Fixed naming of VSTestTasks
    • ๐Ÿ›  Fixed build script to use VSWhere for locating MSBuild
    • ๐Ÿ›  Fixed NuGetPackageResolver to determine globalPackagesFolder from config files
    • ๐Ÿ›  Fixed Xunit2Settings to specify framework of console executable
    • ๐Ÿ›  Fixed DotNetRunSettings to not quote ApplicationArguments
  • v0.5.3 Changes

    June 12, 2018
    • ๐Ÿ›  Fixed global tool to search build scripts also in current directory
    • ๐Ÿ›  Fixed generic tasks to not redirect output by default