-
Notifications
You must be signed in to change notification settings - Fork 352
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
Arcade tools bootstraping fails on Linux if dotnet sdk is installed globally #1364
Comments
The problem seems to be on the path where the scripts detect the globally installed dotnet and try to use it instead of downloading local copy. The globally installed dotnet is not wired in correctly. |
AFAIK, this is not a known (or reported) issue. |
Yeah I don't think this is known. Epic updated and will prioritize accordingly. |
@jcagme what is the update on the priority? We are hitting this working on CoreFX for Mono on Mac as well. |
Not sure on my end but I think @tmat was maybe looking at it? |
I think these lines should be removed and the usage of |
This issue seems to be resolved. I tried with dotnet/corefx@df75edc45df sometime ago with global dotnet 2.1 installed on the Ubuntu box, it uses |
I've tried this on ubuntu-16.04-c103199-20180628134544 where I installed dotnet SDK 2.1.4 before running In case it continues to be an issue please file a new issue. |
Repro:
Result:
Build fails with
The text was updated successfully, but these errors were encountered: