-
Notifications
You must be signed in to change notification settings - Fork 588
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
FAKE still installs DotNet SDK #1818
Comments
From what I can see the installer doesn't check if #1813 doesn't change this - it just finds the Looking at the Mechanic project I can't see that it specifies an SDK-version to use, so if there are multiple versions installed I would advocate that it should be up to the consumer to specify what SDK to use - an implicit connection between I agree it would make sense for So; making |
I removed this target from my build script because of this issue. |
I changed the recommendation on how to use the API: https://fake.build/dotnet-cli.html |
Cool, thanks @matthid |
Description
In the following build dotnet sdk was installed in the correct version and DotNet.Cli still installs the same version again
https://travis-ci.org/fsprojects/Mechanic/builds/353499062?utm_source=github_status&utm_medium=notification
#1813
/cc @severisv any idea what's going on? I think we need to extend "Install" to not call the script if we found the correct version already. I think this is even more problematic. Now we potentially install the correct version and don't even use it :/
The text was updated successfully, but these errors were encountered: