Analyzing build script...
Analyzing /Users/catap/src/GeneticSharp/build.cake...
Processing build script...
Installing tools...
Installing addins...
Assemblies not found for tfm .NETFramework,Version=v4.6.1 and rid [NULL].
No assemblies found after running content resolver.
Error: Cake.Core.CakeException: Failed to install addin 'Cake.Sonar'.
at Cake.Core.Scripting.ScriptProcessor.InstallAddins (System.Collections.Generic.IReadOnlyCollection`1[T] addins, Cake.Core.IO.DirectoryPath installPath) [0x000c0] in <040622b6758f456b89fd2a5b24e3e64c>:0
at Cake.Core.Scripting.ScriptRunner.Run (Cake.Core.Scripting.IScriptHost host, Cake.Core.IO.FilePath scriptPath) [0x0013b] in <040622b6758f456b89fd2a5b24e3e64c>:0
at Cake.Features.Building.BuildFeature.RunCore (Spectre.Console.Cli.IRemainingArguments arguments, Cake.Features.Building.BuildFeatureSettings settings) [0x0010d] in <21a7d41a88904b88a0986b85ed354c53>:0
at Cake.Features.Building.BuildFeature.Run (Spectre.Console.Cli.IRemainingArguments arguments, Cake.Features.Building.BuildFeatureSettings settings) [0x00012] in <21a7d41a88904b88a0986b85ed354c53>:0
at Cake.Commands.DefaultCommand.Execute (Spectre.Console.Cli.CommandContext context, Cake.Commands.DefaultCommandSettings settings) [0x000d0] in <21a7d41a88904b88a0986b85ed354c53>:0
Prerequisites
Cake runner
Cake runner for .NET Framework
Cake version
1.3.0+Branch.main.Sha.c0364c3894c44e792c1be81b684c2215cd838c90
Operating system
macOS
Operating system architecture
64-Bit
CI Server
No response
What are you seeing?
What is expected?
To work
Steps to Reproduce
git clone https://github.com/giacomelli/GeneticSharp.gitcd GeneticSharpcurl -Lsfo build.sh https://raw.githubusercontent.com/cake-build/resources/master/dotnet-framework/build.shchmod +x build.sh./build.sh -- -v DiagnosticOutput log
No response