Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
#54692 The sdk install issue is tracked separately. Thank you sincerely for trying it out and giving your feedback, this is really useful ;) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use
dotnetupin CI like this:(But if there is an easier way, please let me know.)
The problem is that
dotnetup print-env-scriptgenerateshash -dcommands which apparently can return exit code 1. Hence my script fails (because it hasset -elike any good script should). I needed to usesource <(dotnetup print-env-script) || truebut that's not a pretty workaround - it could hide other failures.Also, btw, does
dotnetup sdk installhas some explicit option to say "install from global.json"? I don't like that it's only implied now.Beta Was this translation helpful? Give feedback.
All reactions