You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The diagnostics logs weren't particularly helpful but I'll put them here anyways:
Error: Cake.Core.CakeException: Failed to install addin 'Cake.ClickTwice'.
at Cake.Core.Scripting.ScriptProcessor.InstallAddins(IReadOnlyCollection`1 addins, DirectoryPath installPath) in C:\projects\cake\src\Cake.Core\Scripting\ScriptProcessor.cs:line 109
at Cake.Core.Scripting.ScriptRunner.Run(IScriptHost host, FilePath scriptPath) in C:\projects\cake\src\Cake.Core\Scripting\ScriptRunner.cs:line 106
at Cake.Features.Building.BuildFeature.RunCore(IRemainingArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 99
at Cake.Features.Building.BuildFeature.Run(IRemainingArguments arguments, BuildFeatureSettings settings) in C:\projects\cake\src\Cake\Features\Building\BuildFeature.cs:line 49
at Cake.Commands.DefaultCommand.Execute(CommandContext context, DefaultCommandSettings settings) in C:\projects\cake\src\Cake\Commands\DefaultCommand.cs:line 72
I also tried using the pre-release version, same thing happened. I noticed the last supported version on the cake documentation is pretty old:
Supported Cake Versions
Versions: 0.19.5 - 0.21.1
Is this project no longer being maintained?
The text was updated successfully, but these errors were encountered:
I've updated the project to work with Cake 2.0.0. It's available under my fork. Unfortunately, we'd need to build the packages on your own and put them on your private NuGet.
Using .NET framework 4.7.2 on a WPF project
build.cake preprocessor directive:
and get this error:
The diagnostics logs weren't particularly helpful but I'll put them here anyways:
I also tried using the pre-release version, same thing happened. I noticed the last supported version on the cake documentation is pretty old:
Supported Cake Versions
Versions: 0.19.5 - 0.21.1
Is this project no longer being maintained?
The text was updated successfully, but these errors were encountered: