SharpeRAD / Cake.Powershell

Powershell addin for Cake
http://cakebuild.net
MIT License
83 stars 36 forks source link

Update to Cake 1.0.0. #81

Closed azchohfi closed 3 years ago

azchohfi commented 3 years ago

I'm getting a warning when using this on Cake 1.0.0.

This addin should be updated to Cake 1.0.0.

SharpeRAD commented 3 years ago

Agreed but probably going to need some help with that one as the existing dependencies aren't .netstandard compatible. Happy to accept a PR for this.

azchohfi commented 3 years ago

I'll send the PR. I've updated everything accordingly and the only thing that is still not updated is Cake.FileHelpers. Still, using the latest available version did build everything just fine, and tests passed.

Once this is merged, we should be fine: https://github.com/cake-contrib/Cake.FileHelpers/pull/34

Which .netstandard dependencies are you talking about?

ldrick commented 3 years ago

This unfortunately prevents from using 'dotnet cake' as suggested in cake documentation and using the cake build plugin in Azure DevOps pipelines.

AdaskoTheBeAsT commented 3 years ago

Done in #83