From fe615532434c91a3628915744fcfabbebba46d70 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Wed, 20 Jul 2016 17:41:56 +0200 Subject: [PATCH] Also restore Examine packages to get it in the correct path for Build.bat --- build/Build.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Build.bat b/build/Build.bat index 2fb7f37695..d7fcdf75f0 100644 --- a/build/Build.bat +++ b/build/Build.bat @@ -124,6 +124,7 @@ ECHO Into %nuGetFolder% ..\src\.nuget\NuGet.exe restore ..\src\umbraco.datalayer\packages.config -OutputDirectory %nuGetFolder% -Verbosity quiet ..\src\.nuget\NuGet.exe restore ..\src\Umbraco.Web\project.json -OutputDirectory %nuGetFolder% -Verbosity quiet ..\src\.nuget\NuGet.exe restore ..\src\Umbraco.Web.UI\packages.config -OutputDirectory %nuGetFolder% -Verbosity quiet +..\src\.nuget\NuGet.exe restore ..\src\UmbracoExamine\packages.config -OutputDirectory %nuGetFolder% -Verbosity quiet ECHO. ECHO Performing MSBuild and producing Umbraco binaries zip files