We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe399c commit 414b0adCopy full SHA for 414b0ad
bin/exec-env
@@ -0,0 +1,5 @@
1
+#!/usr/bin/env bash
2
+
3
+if [ "${DOTNET_ROOT:-}" = "" ]; then
4
+ export DOTNET_ROOT="$ASDF_INSTALL_PATH"
5
+fi
0 commit comments