summaryrefslogtreecommitdiff
path: root/init-tools.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init-tools.sh')
-rwxr-xr-xinit-tools.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/init-tools.sh b/init-tools.sh
index 6de204a50a..42bbc0972f 100755
--- a/init-tools.sh
+++ b/init-tools.sh
@@ -131,11 +131,7 @@ esac
__PKG_RID=$__PKG_RID-$__PKG_ARCH
if [ ! -e "$__DOTNET_CMD" ]; then
- source $__scriptpath/eng/configure-toolset.sh
- source $__scriptpath/eng/common/tools.sh
-
- InitializeBuildTool
-
+ source $__scriptpath/init-dotnet.sh
if [ ! -e "$__DOTNET_CMD" ]; then
echo "ERROR: Ensure arcade dotnet install did not install dotnet at $__DOTNET_CMD"
exit 1