NUKE v0.14.0 Release Notes

Release Date: 2018-12-31 // over 5 years ago
    • โœ‚ Removed named target dependencies
    • โœ‚ Removed choice of target framework in setup
    • ๐Ÿ”„ Changed setup to write solution file reference to configuration file again
    • โž• Added extended solution parsing with integration for Microsoft.Build
    • โž• Added Configuration type
    • โž• Added continue parameter
    • โž• Added checking for active build project configurations in solution files
    • โž• Added highlighting for default target in HTML graph
    • โž• Added SonarScannerTasks
    • โž• Added EnvironmentInfo.SwitchWorkingDirectory
    • โž• Added SymbolPackageFormat property for DotNetTasks, MSBuildTasks, and NuGetTasks
    • ๐Ÿ›  Fixed bootstrapping scripts not to leave DotNet processes behind
    • ๐Ÿ›  Fixed bootstrapping scripts to correctly quote arguments
    • ๐Ÿ›  Fixed overload of tool path for .NET Core executables
    • ๐Ÿ›  Fixed default value not to be hidden by cursor
    • ๐Ÿ›  Fixed ToolSettingsExtensions.When to have generic constraint on ToolSettings
    • ๐Ÿ›  Fixed InspectCodeTasks to use deterministic hashing
    • ๐Ÿ›  Fixed ChangelogTasks to correctly parse empty sections at end of file
    • ๐Ÿ›  Fixed InjectionAttributeBase to express implicit assignment only
    • ๐Ÿ›  Fixed ExternalFilesTask to be executed before Restore target