Fix Xamarin Nuget installation

This commit is contained in:
Vladimir Safonkin
2020-11-03 14:14:24 +03:00
parent 2eff72c7e1
commit 338cbea4e2

View File

@@ -193,8 +193,11 @@ installNuget() {
echo "Installing nuget $NUGET_VERSION for Mono $MONO_VERSION"
cd ${MONO_VERSIONS_PATH}/${MONO_VERSION}/lib/mono/nuget
sudo mv nuget.exe nuget_old.exe
pushd $TMPMOUNT
download_with_retries $NUGET_URL "." "nuget.exe"
sudo chmod a+x nuget.exe
popd
}
createUWPShim() {