diff --git a/build/Build.bat b/build/Build.bat index 107edbf7ea..8b93350a75 100644 --- a/build/Build.bat +++ b/build/Build.bat @@ -14,6 +14,7 @@ ReplaceIISExpressPortNumber.exe ..\src\Umbraco.Web.UI\Umbraco.Web.UI.csproj %rel ECHO Installing the Microsoft.Bcl.Build package before anything else, otherwise you'd have to run build.cmd twice SET nuGetFolder=%CD%\..\src\packages\ +..\src\.nuget\NuGet.exe sources Add -Name MyGetUmbracoCore -Source https://www.myget.org/F/umbracocore/api/v2/ ..\src\.nuget\NuGet.exe install ..\src\Umbraco.Web.UI\packages.config -OutputDirectory %nuGetFolder% ECHO Removing the belle build folder to make sure everything is clean as a whistle diff --git a/src/.nuget/NuGet.exe b/src/.nuget/NuGet.exe index 3ffdd33c61..c41a0d0deb 100644 Binary files a/src/.nuget/NuGet.exe and b/src/.nuget/NuGet.exe differ