Update the path to dotnet-install.sh
This commit is contained in:
parent
e4eb08dd68
commit
0ce64a5b83
2
build.sh
2
build.sh
|
|
@ -43,5 +43,5 @@ if test ! -d $buildFolder; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
./dotnet/dotnet-install.sh --shared-runtime --channel master --version 1.2.0-beta-001304-00
|
.build/dotnet/dotnet-install.sh --shared-runtime --channel master --version 1.2.0-beta-001304-00
|
||||||
$buildFile -r $repoFolder "$@"
|
$buildFile -r $repoFolder "$@"
|
||||||
Loading…
Reference in New Issue