chocolatey / Chocolatey.Cake.Recipe

A set of convention based Cake scripts for building Chocolatey projects
Apache License 2.0
5 stars 9 forks source link

Unable to use Cake.Git on latest Ubuntu image #40

Closed gep13 closed 2 years ago

gep13 commented 2 years ago

When attempting to use the current version of Cake.Git (0.19.0) there is an error when running on the latest GitHub Actions Ubuntu image (and also locally when running on Debian based systems).

This is due to the bundled version of the LibGit2Sharp assemblies that are used in Cake.Git.

We need to bump to a newer version, 1.1.0 (note, this isn't the latest version of this assembly, since the latest version doesn't support running on full fat .Net framework, which we currently still are with this Recipe).

choco-bot commented 2 years ago

:tada: This issue has been resolved in version 0.6.0 :tada:

The release is available on:

Your GitReleaseManager bot :package::rocket: