Skip to content

Tags: branux/cake

Tags

v0.31.0

Toggle v0.31.0's commit message

Verified

This commit was signed with the committer’s verified signature.
devlead Mattias Karlsson
Merge branch 'release/0.31.0' into main

* release/0.31.0: (53 commits)
  (build) Updated version and release notes.
  (cake-buildGH-2391) Updated to NuGet 4.9.2 client libs * # fixes cake-build#2391
  (cake-buildGH-2369) Update Roslyn to 2.10.0 * fixes cake-build#2369
  (cake-buildGH-2272) Update NuGet to 4.9.1
  (cake-buildGH-2387) Add additional Tool names for GitVersion
  Fix typo in example
  add fallback for mono msbuild when managed by homebrew
  Add ScriptCallerAliases
  It's → its
  Fixed typos
  Add JUnit support for output format to XUnit2Runner
  Updated integration test SDK to 2.1.500
  (cake-buildGH-2358) Use new nuget license format * updates .NET SDK to 2.1.500 * fixes cake-build#2358
  add MSBuildSettings.NoLogo (fixes issue cake-build#1976)
  Enable long path support on Windows 10
  [NuGetPack] Don't always overwrite the .nuspec
  Output default value for IsSelfContained
  Updated to .NET Core SDK 2.1.403
  (cake-buildGH-2350) Reuse package source from NuGet.Config
  Add guard clauses for UploadArtifactDirectory
  ...

v0.30.0

Toggle v0.30.0's commit message

Verified

This commit was signed with the committer’s verified signature.
devlead Mattias Karlsson
Merge branch 'release/0.30.0' into main

* release/0.30.0: (22 commits)
  (build) Updated version and release notes.
  (cake-buildGH-2214) Use Environment.CommandLine directly and remove polyfill.
  (cake-buildGH-2238) Add repository metadata to NuGet packages
  Added alias for checking if the current run is a dry run.
  Execute setup and teardown when dry running script.
  (cake-buildGH-2233) Documented bootstrap argument
  (cake-buildGH-2232) Document exclusive argument
  (cake-buildGH-2234) Removed Mono from CakeOption
  Add XML comments for CakeTaskExtensions
  Fix CakeTaskExtensions accessibility
  (build) Change tool name & fix packaging
  (build) Added Cake.Tool package to parameters.cake
  Allow opting out from using working directory.
  (cake-buildGH-2067) Cake .NET Core Tool package * Updates SDK * Addes Cake.Tool project * Fixes cake-build#2067 * Fixes cake-build#1644
  Support for DotCover configuration file added - fixes cake-build#1401
  Initialized all tool settings collection properties
  Failing tests for initialized tool settings collections
  (cake-buildGH-2207) Update to NuGet 4.7.0
  (cake-buildGH-2220) Corrected documentation for InnoSetup alias
  (doc) Minor modification
  ...

v0.29.0

Toggle v0.29.0's commit message

Verified

This commit was signed with the committer’s verified signature.
devlead Mattias Karlsson
Merge branch 'release/0.29.0' into main

* release/0.29.0:
  (build) Updated version and release notes.
  (cake-buildGH-2094) Allow no dependecy exec of single task * fixes cake-build#2094
  Change the legacy pattern validation. Do not rely on Uri.TryCreate, use a regex instead. This will fix the absolute path handling issues. Add tests for testing legacy and new patterns with relative and absolute pathes on all platform.
  (cake-buildGH-2193) Added new maintainers
  (cake-buildGH-2203) Added Octopus Deploy release promotion * fixes cake-build#2203
  (cake-buildGH-2095) NUnit Skip non test assemblies * Add --skipnontestassemblies funcionality to CAKE's NUnit3Settings as it exists in original nunit3 test runner * Fixes cake-build#2095
  Initial implementation of PushTestResults and PublishCodeCoverage
  Add repository metadata element to nuget pack * Fixes cake-build#2167
  Made SelfContained a nullable boolean since no setting means it takes the .Net default of true when runtime is included. Added the logic to include false for self contain and test Fixes cake-build#2140
  try resolve vstest.console.exe before guessing it
  Try to find vswhere.exe on the system if the tool is not registered.
  changed the recommended tool for the WiX package in the documentation
  (build) Updated Cake tool to version 0.28.1
  (cake-buildGH-2188) Corrected link to CLA
  (build) Updated Cake tool to version 0.28.0

v0.28.1

Toggle v0.28.1's commit message
Merge branch 'hotfix/0.28.1' into main

v0.28.0

Toggle v0.28.0's commit message

Verified

This commit was signed with the committer’s verified signature.
devlead Mattias Karlsson
Merge branch 'release/0.28.0' into main

* release/0.28.0:
  (build) Updated version and release notes.
  Fixed some inconsistency in new public API.
  Added support for multiple Setup/Teardown.
  Use SignClient netcoreapp 2.0
  Add potential breaking verification
  Try fix integration test netstandard issue
  Typed context improvements
  Bump LatestBreakingChange to 0.28.0
  Added support for typed context.
  Fixes closing `</example>` tags in XML comments
  (cake-buildGH-2163) Update Roslyn to 2.8.2
  (build) Updated Cake tool to version 0.27.2
  (build) Updated Cake tool to version 0.27.1
  (build) Updated Cake tool to version 0.27.0

v0.27.2

Toggle v0.27.2's commit message
Merge branch 'hotfix/0.27.2' into main

v0.27.1

Toggle v0.27.1's commit message

Verified

This commit was signed with the committer’s verified signature.
gep13 Gary Ewan Park
Merge branch 'hotfix/0.27.1' into main

* hotfix/0.27.1:
  (build) Updated version and release notes
  Prevent recursion in the assembly resolver (cake-build#2132)

v0.27.0

Toggle v0.27.0's commit message
Merge branch 'release/0.27.0' into main

v0.26.1

Toggle v0.26.1's commit message

Verified

This commit was signed with the committer’s verified signature.
gep13 Gary Ewan Park
Merge branch 'hotfix/0.26.1' into main

* hotfix/0.26.1:
  (build) Updated version and release notes
  (cake-buildGH-2063) Adds netstandard to default assembly list
  (cake-buildGH-2063) Adds netstandard2 integration tests.

v0.26.0

Toggle v0.26.0's commit message
Merge branch 'release/0.26.0' into main