-
Prerequisites
Cake runnerCake runner for .NET Framework Cake version1.3.0+Branch.main.Sha.c0364c3894c44e792c1be81b684c2215cd838c90 Operating systemmacOS Operating system architecture64-Bit CI ServerNo response What are you seeing?
What is expected?To work Steps to Reproduce
Output logNo response |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Cake.Sonar 1.1.32 targets new version of Cake and only net6.0 / net7.0
The latest version that supports .NET Framework is 1.1.26 Best option would be to if possible to upgrade to latest version of Cake.Tool (3.0) which target .NET 6 & 7, other option would be to in your build.cake pin to older versions of addins and tools that target .NET Framework. |
Beta Was this translation helpful? Give feedback.
-
@devlead may you suggest a way to update Cake.Tool? |
Beta Was this translation helpful? Give feedback.
-
Ah, I see. I'm getting Cake from https://cakebuild.net/download/bootstrapper/packages and 1.3.0 is suggested here :) |
Beta Was this translation helpful? Give feedback.
-
I would suggest doing something like Then it's just
similar to described here The old bootstrappers are no longer needed. Looks the the AppVeyor build already utilize Cake.Tool |
Beta Was this translation helpful? Give feedback.
-
Thanks, it works! |
Beta Was this translation helpful? Give feedback.
I would suggest doing something like
giacomelli/GeneticSharp@master...devlead:GeneticSharp:feature/caketool
Then it's just
similar to described here
https://cakebuild.net/docs/getting-started/setting-up-a-new-scripting-project
The old bootstrappers are no longer needed.
Looks the the AppVeyor build already utilize Cake.Tool
https://github.com/giacomelli/GeneticSharp/blob/e15ee828db3663bcdd0362b5e18620bedf220384/appveyor.yml#L17