cake-build / bakery

Cake server for code generation and script analysis
https://cakebuild.net/
MIT License
29 stars 14 forks source link

(#142) Update project to use .NET 6.0 #143

Closed gep13 closed 2 years ago

gep13 commented 2 years ago

This is a follow up PR to this one:

https://github.com/cake-build/bakery/pull/138

Since we aren't able to push changes back to source of PR.

augustoproiete commented 2 years ago

Build is failing with Could not execute because the application was not found or a compatible .NET SDK is not installed - could be related to this bug: https://github.com/dotnet/sdk/issues/14916

nils-a commented 2 years ago

The two commits, d475887 and 5dddaae, can be reverted, when Cake.Recipe is updated to a version that incorporates https://github.com/cake-contrib/Cake.Recipe/pull/869

nils-a commented 2 years ago

I'm done for the moment. Currently, integration tests fail on AppVeyor. The error is

It was not possible to find any compatible framework version.

gep13 commented 2 years ago

@augustoproiete you beat me to it! I was going to try the new AppVeyor image this morning.

Do we still need the additional step to install the SDK? Shouldn't that already be on the image?

gep13 commented 2 years ago

Agreed! This is hopefully going to be done tonight, but will see how my time goes. Would be good to get this shipped out.

gep13 commented 2 years ago

@augustoproiete @nils-a let's do this thing! 😄