Skip to content

Releases: nuke-build/nuke

v0.21.1

12 Jan 23:06
Compare
Choose a tag to compare
  • Fixed logging of warnings

v0.21.0

12 Jan 23:05
Compare
Choose a tag to compare
  • Changed ProjectModelTasks.ParseProject to revert MSBUILD_EXE_PATH environment variable
  • Added CloudFoundryTasks
  • Added missing arguments for SonarScannerTasks
  • Added missing arguments for OctopusTasks
  • Added Jenkins.BranchName and Jenkins.ChangeId

v0.20.1

12 Jan 23:05
Compare
Choose a tag to compare
  • Fixed MSBuild evaluation issues by updating NuGet.Packaging to v4.9.2

v0.20.0

12 Jan 23:05
Compare
Choose a tag to compare
  • Changed Solution.GetProject to allow resolution from full path
  • Changed HTML execution plan to be shown left-to-right
  • Added When overload for combinatorial settings
  • Added Project.GetOutputType method for convenience
  • Added GlobbingOptionsAttribute for configuration of case-sensitivity
  • Fixed casing of NuGet.exe
  • Fixed TeamServices to resolve BuildNumber as string

v0.19.2

12 Jan 23:05
Compare
Choose a tag to compare
  • Fixed ProjectModelTasks to use existing MSBUILD_EXE_PATH value
  • Fixed ParameterService to consider nullable enum types in value set calculation
  • Fixed compile errors in build template

v0.19.1

12 Jan 23:04
Compare
Choose a tag to compare
  • Fixed RequirementService to check for InjectionAttributeBase

v0.19.0

12 Jan 23:04
Compare
Choose a tag to compare
  • Changed MSBuild targets to be invoked with Exec task
  • Changed ProcessTasks to avoid Mono when using WSL
  • Added output for non-default working directories
  • Added GitVersion.VersionSourceSha
  • Added ReportTypes.TeamCitySummary
  • Fixed parameter resolution to handle hyphens
  • Fixed MSBuild resolution for Visual Studio 2019
  • Fixed issues when build has no default target defined

v0.18.0

12 Jan 23:04
Compare
Choose a tag to compare
  • Changed ParameterService to strip dashes when resolving value
  • Changed formatting of skip reason
  • Added CompressionTasks
  • Added EntityFrameworkTasks
  • Fixed UnityTasks.UnityPath for Windows
  • Fixed SystemColorOutputSink to print warning and error details
  • Fixed SonarScannerTasks to also resolve from netstandard package

v0.17.7

12 Jan 23:03
Compare
Choose a tag to compare
  • Fixed SystemColorOutputSink to set ForegroundColor

v0.17.6

12 Jan 23:03
Compare
Choose a tag to compare
  • Fixed RequirementService to check for ParameterAttribute when injecting values interactively