Make dotnet-install runnable
This commit is contained in:
parent
0ce64a5b83
commit
6fd04366b1
1
build.sh
1
build.sh
|
|
@ -43,5 +43,6 @@ if test ! -d $buildFolder; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
chmod +x .build/dotnet/dotnet-install.sh
|
||||||
.build/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