NUKE v0.23.0 Release Notes

Release Date: 2019-10-31 // over 4 years ago
    • ๐Ÿ”„ Changed target frameworks to netcoreapp3.0 and net472
    • ๐Ÿ”„ Changed AzureDevOps to AzurePipelines
    • ๐Ÿ”„ Changed CheckBuildProjectConfigurationsAttribute to skip dot-prefixed directories
    • โœ‚ Removed ProjectFromAttribute
    • โœ‚ Removed MSBuildTasks.MSBuildParseProject
    • โœ‚ Removed GitVersion.GetNormalizedAssemblyVersion and GetNormalizedFileVersion
    • โž• 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 and GitVersionTasks by providing Framework property