Skip to content

10.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Mar 07:30
· 164 commits to develop since this release
  • Removed properties in the GitVersion record that have been removed in newer versions.
    • Instead of NuGetVersionV2, use FullSemVer.
  • Implemented a basic .gitlab-ci.yml generator. Currently only generates a single job, for all specified targets.
    • You can also specify to automatically upload all (known (via .Produces)) artifacts from the executed targets.
    • On top of this, you can specify artifacts to exclude; as well as only running the job on specific branch(es) push event.
  • Global Tool now generates build projects using .NET 10 and with the GreemDev.Nuke package.
  • Fixed duplicate key error in GitRepository.GetRemoteNameAndBranch (fixes #1537)
    • Instead, only the most recent value is retained.
  • Refactored the documentation in-repository to work on mkdocs, hosted by readthedocs:
  • Additionally, a docfx configuration has been made and has been deployed on ReadTheDocs alongside the above documentation for C# API reference documentation specifically.
  • nuke-build#1523: fix: log npm warn messages as a warning
  • nuke-build#1572: Added support for XML Solutions into gruke :setup
  • nuke-build#1583: Added support for resolving VS2026 MSBuild installations
  • nuke-build#1557: Added support for Windows installations being not on C:\
  • nuke-build#1549: Removed deprecated & retired Azure Pipelines OS images
  • Fix StronglyTypedSolutionGenerator causing compilation errors when a Solution Folder is prefixed with digits. (nuke-build#1581)