-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Test if env vars are correctly set (unresolved for v5 & v6) #13
Comments
Possibly better: if "%DOTNET_ROOT%" neq "%PREFIX%\dotnet" exit 1 |
I'm running into some issues on macOS with
|
I think I figured out this issue! macOS and linux have slightly different |
Trying that out here, it doesn't look like it's working for osx, #44. The bash command you used works on osx terminal, and the string in question certainly isn't length zero. Not sure what's going on. 😅 |
For an update on this, I believe this is working for v3, but the solution doesn't work for v5 or v6 the last time I checked. |
Thanks - sorry I haven't had time to dig into it (yet)! |
No worries! |
Something like:
The text was updated successfully, but these errors were encountered: