ccnet / CruiseControl.NET

CruiseControl.NET is an Automated Continuous Integration server, implemented using the .NET Framework. Downloads at sourceforge. The documentation can be found at:
https://ccnet.github.io/CruiseControl.NET
Other
406 stars 225 forks source link

Upgrade Cake to 0.37 to avoid issue with latest Mono #296

Closed obones closed 3 years ago

obones commented 3 years ago

Under Linux, cake has an issue with the latest mono, it gives this error:

Error: The assembly name is invalid.

Luckily, this has already been reported and fixed: https://github.com/cake-build/cake/issues/2695

As such, I believe CCNet should move to the 0.37 version

obones commented 3 years ago

Here is a pull request: https://github.com/ccnet/CruiseControl.NET/pull/297

savornicesei commented 3 years ago

Merged.

Thanks, @obones !