Skip to content

Tags: hnjm/cake

Tags

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

v0.25.0

Toggle v0.25.0's commit message

Verified

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

* release/0.25.0:
  (build) Updated version and release notes.
  cake-buildGH-1997: Add support for --trace command line option for NUnit3 settings + runner
  (cake-buildGH-1995) Make In-Proc NuGet addin/tool installtion default
  Adds missing .NET CLI dependencies/restore switches
  (cake-buildGH-1937) Speed up in-process NuGet
  Update MSBuildVerbosityExtensions.cs
  (cake-buildGH-1992) Update to .NET Core 1.0.9 / SDK 1.1.7
  cake-buildGH-1987: Normalize exception handling in PropertyToken for invalid parameter index
  [ci skip] Get more Open Source Helpers
  Removed unnecessary parameter
  Fix writing start and end progress messages
  (cake-buildGH-1974) Added System.Collections work around for Mono
  (cake-buildGH-1689) Add documentation that Chocolatey licensed is required
  (build) Updated Cake tool to version 0.24.0