-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(GH-129) When using .NET Global tool, resolve Cake.dll to netcoreapp3.1 #130
(GH-129) When using .NET Global tool, resolve Cake.dll to netcoreapp3.1 #130
Conversation
* master: (build) Add dotnet cli environment variables
* hotfix/0.6.1: (cake-buildGH-127) Fixed wrong path in cake-tool detection
…etcoreapp3.1 Bakery currently needs Cake.Core and Cake.Common targeting netstandard2.0 only cake-build#129 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@augustoproiete, have you tested that this works?
I have tested it and it does work - but only for Cake 1.1.0. (Neiter Cake 1.0.0, nor Cake 0.38.5 will work - since none of them ship Would it be possible to change the glob from |
b5d09df
to
9cf5942
Compare
@bjorkstromm Yes, tested with 1.1.0. @nils-a Good catch. I updated the PR earlier this morning to resolve Cake Tool 1.1.0 resolves to:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Thanks @augustoproiete
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@augustoproiete I have rebased and merged this into a hotfix branch here: c1e22a1 As a result, going to close out this PR. |
Bakery currently needs
Cake.Core
andCake.Common
targetingnetstandard2.0
only as per @bjorkstromm's comment #129 (comment)