You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run dotnet sdk releases from an arbitrary directory I keep getting: The system cannot find the path specified.
I do think that the issue is related to the fact that "tools" folder is being referenced via relative .\tools and the command works fine only when it is called from the root of the scripts.
The solution here would be to take script path into account. Something like this:
When I run dotnet sdk releases from an arbitrary directory I keep getting: The system cannot find the path specified.
I do think that the issue is related to the fact that "tools" folder is being referenced via relative .\tools and the command works fine only when it is called from the root of the scripts.
The solution here would be to take script path into account. Something like this:
Will provide a PR shortly
The text was updated successfully, but these errors were encountered: