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 arcade is trying to find a native tool and fails to find the specific version requested, it gives a generic error saying the tool with the version asked for wasn't found.
When arcade is trying to find a native tool and fails to find the specific version requested, it gives a generic error saying the tool with the version asked for wasn't found.
arcade/eng/common/init-tools-native.ps1
Line 99 in eae8d8f
It would be nice if it could do something like
ls $ToolName-*
so we know what versions are available.We just hit this recently when the machines we're using updated the jdk version and it just says "version 11.0.22 isn't found"
The text was updated successfully, but these errors were encountered: