mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Fix Xamarin Nuget installation
This commit is contained in:
@@ -193,8 +193,11 @@ installNuget() {
|
|||||||
echo "Installing nuget $NUGET_VERSION for Mono $MONO_VERSION"
|
echo "Installing nuget $NUGET_VERSION for Mono $MONO_VERSION"
|
||||||
cd ${MONO_VERSIONS_PATH}/${MONO_VERSION}/lib/mono/nuget
|
cd ${MONO_VERSIONS_PATH}/${MONO_VERSION}/lib/mono/nuget
|
||||||
sudo mv nuget.exe nuget_old.exe
|
sudo mv nuget.exe nuget_old.exe
|
||||||
|
|
||||||
|
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
|
||||||
|
popd
|
||||||
}
|
}
|
||||||
|
|
||||||
createUWPShim() {
|
createUWPShim() {
|
||||||
|
|||||||
Reference in New Issue
Block a user