зеркало из https://github.com/akkadotnet/akka.net.git
prevent nuget from self-upgrading
This commit is contained in:
Родитель
e724d60028
Коммит
7e960c24f3
|
@ -17,12 +17,12 @@ copy %CACHED_NUGET% src\.nuget\nuget.exe > nul
|
|||
|
||||
:restore
|
||||
|
||||
src\.nuget\NuGet.exe update -self
|
||||
REM src\.nuget\NuGet.exe update -self
|
||||
|
||||
|
||||
pushd %~dp0
|
||||
|
||||
src\.nuget\NuGet.exe update -self
|
||||
REM src\.nuget\NuGet.exe update -self
|
||||
|
||||
src\.nuget\NuGet.exe install FAKE -ConfigFile src\.nuget\Nuget.Config -OutputDirectory src\packages -ExcludeVersion -Version 4.1.0
|
||||
|
||||
|
|
4
build.sh
4
build.sh
|
@ -13,7 +13,7 @@ if ! [ -f $SCRIPT_PATH/src/.nuget/nuget.exe ]
|
|||
wget "https://www.nuget.org/nuget.exe" -P $SCRIPT_PATH/src/.nuget/
|
||||
fi
|
||||
|
||||
mono $SCRIPT_PATH/src/.nuget/nuget.exe update -self
|
||||
#mono $SCRIPT_PATH/src/.nuget/nuget.exe update -self
|
||||
|
||||
|
||||
SCRIPT_PATH="${BASH_SOURCE[0]}";
|
||||
|
@ -25,7 +25,7 @@ cd `dirname ${SCRIPT_PATH}` > /dev/null
|
|||
SCRIPT_PATH=`pwd`;
|
||||
popd > /dev/null
|
||||
|
||||
mono $SCRIPT_PATH/src/.nuget/NuGet.exe update -self
|
||||
#mono $SCRIPT_PATH/src/.nuget/NuGet.exe update -self
|
||||
|
||||
mono $SCRIPT_PATH/src/.nuget/NuGet.exe install FAKE -OutputDirectory $SCRIPT_PATH/src/packages -ExcludeVersion -Version 3.28.8
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче