Skip to content

Releases: nuke-build/nuke

9.0.3

04 Dec 23:39
f38745a
Compare
Choose a tag to compare
  • Fixed nullable options for ToolTasks.Run
  • Fixed static tool path resolution
  • Fixed tool requirements initialization
  • Fixed documentation link in tool wrapper remarks
  • Fixed documentation on task methods and settings classes
  • Fixed missing NuGetKeyVaultSignTool
  • Fixed package executable in OctopusTasks

9.0.2

03 Dec 02:16
b8bba6e
Compare
Choose a tag to compare
  • Fixed MSBuild tasks to use net8.0 target framework
  • Fixed error handling in :update command
  • Fixed resolving tool path from options
  • Fixed nullable options for ToolTasks.Run
  • Fixed nullable underlying dictionary for delegate properties
  • Fixed skipping null and whitespace arguments
  • Fixed tool requirements
  • Fixed NPM tool path resolution
  • Fixed logging errors as standard in GitTasks and DockerTasks
  • Fixed argument format in DotNetTasks
  • Fixed nullable Plugins dictionary in ReSharperTasks

9.0.1

21 Nov 14:47
a94fbe2
Compare
Choose a tag to compare
  • Fixed Options serialization to JSON
  • Fixed Options for default members in interfaces
  • Fixed missing ProcessExitHandler setters

9.0.0

21 Nov 00:27
7d7354d
Compare
Choose a tag to compare
  • Removed usages of BinaryFormatter
  • Changed minimum framework from net6.0 to net8.0

8.1.4

06 Nov 11:07
245ccad
Compare
Choose a tag to compare
  • Fixed build.schema.json generation to use allOf for user and base type properties

8.1.3

05 Nov 00:27
45063fd
Compare
Choose a tag to compare
  • Fixed naming from NukeBuild.IsSucessful to IsSucceeding
  • Fixed NukeBuild.IsSucceeding to negate IsFailing
  • Fixed NJsonSchema reference version
  • Fixed :secrets command to find secret parameters
  • Fixed argument format in DotNetTasks
  • Fixed definite argument in EntityFrameworkTasks
  • Fixed deprecated argument in MinVerTasks

8.1.2

13 Oct 00:24
e782a00
Compare
Choose a tag to compare
  • Fixed exclusion of skipped target from lookup for skippable dependencies
  • Fixed resolution of empty environment variables to false
  • Fixed parallel execution to prefer logger from settings

8.1.1

05 Oct 21:22
1688d82
Compare
Choose a tag to compare
  • Fixed nested solution folders in StronglyTypedSolutionGenerator
  • Fixed whitespace arguments in ArgumentStringHandler
  • Fixed output logging in parallel execution
  • Fixed exclusion of invoked targets from skipping
  • Fixed definite argument in EntityFrameworkTasks

8.1.0

10 Sep 01:14
9ced2aa
Compare
Choose a tag to compare
  • Added schema generation with references for build.schema.json
  • Added deserialization of full objects from parameters.json
  • Added AbsolutePath extension methods for AddUnixSymlink, Copy*, Move*, Rename*
  • Added support for preprocessor directives in solution parsing
  • Added Pattern in favor of property in LatestGitHubReleaseAttribute
  • Added ConcurrencyGroup, ConcurrencyCancelInProgress, EnvironmentName, EnvironmentUrl in GitHubActionsAttribute
  • Added DotnetPackagingTasks
  • Fixed invoked targets to not be excluded from skipping
  • Fixed stripping of hyphens in skipped target names
  • Fixed empty environment variables to be resolved as empty arrays
  • Fixed EnableUnsafeBinaryFormatterSerialization to be set through AppContext
  • Fixed unquoting of multiple quoted arguments in ArgumentStringHandler
  • Fixed using logger from settings in parallel execution
  • Fixed handling of duplicated NuGet package files
  • Fixed inclusion of original NuGet packages in requirements
  • Fixed GitHubActions to use latest action versions
  • Fixed DotCoverTasks and EntityFrameworkTasks tool path resolution
  • Fixed missing members in GitHubActionsImage
  • Fixed missing properties in GitLab
  • Fixed missing parameters in AzurePipelines.SetVariables
  • Fixed missing arguments in DotNetTasks
  • Fixed tool path in CodecovTasks

8.0.0

18 Jan 10:21
011956b
Compare
Choose a tag to compare
  • Changed string parameters to violate requirement when empty or whitespace
  • Added on-demand value injection using OnDemandAttribute and OnDemandValueInjectionAttribute
  • Added AbsolutePath division operator for .. range expression
  • Added DOTNET_NOLOGO to bootstrapping files
  • Fixed BinaryFormatterSerialization warning by suppression
  • Fixed .NET SDK discovery in bootstrapping files
  • Fixed quotation for bootstrapping script invocation
  • Fixed filtering on FileAttributes
  • Fixed quoting in AppVeyor generation
  • Fixed members in AzurePipelinesImage
  • Fixed members in GitHubActionsImage
  • Fixed lower-case naming in DotNetVerbosity members
  • Fixed missing DotNetTasks commands
  • Fixed missing EntityFrameworkTasks command
  • Fixed logging in NpmTasks
  • Fixed argument type in OctopusTasks
  • Fixed missing argument in SonarScannerTasks
  • Fixed value formatting in SonarScannerTasks
  • Fixed members in NUnitLabelType
  • Fixed deprecated argument in NUnitTasks
  • Fixed members in ReportGeneratorReportTypes