Move nuget.exe from tmp to mono dir

This commit is contained in:
Vladimir Safonkin
2020-11-09 11:17:28 +03:00
parent 3f6213bc8d
commit 8d3568601b

View File

@@ -197,6 +197,7 @@ installNuget() {
pushd $TMPMOUNT pushd $TMPMOUNT
download_with_retries $NUGET_URL "." "nuget.exe" download_with_retries $NUGET_URL "." "nuget.exe"
sudo chmod a+x nuget.exe sudo chmod a+x nuget.exe
sudo nuget.exe ${MONO_VERSIONS_PATH}/${MONO_VERSION}/lib/mono/nuget
popd popd
} }