From 06778eb584c59737992a8cccc7a4a7d3bd3bbfc6 Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Thu, 5 May 2016 12:46:48 -0700 Subject: [PATCH] Setting correct nuget path for Kudu Fixes #6810 --- deploy.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.cmd b/deploy.cmd index 53142d03e..8a04b0067 100644 --- a/deploy.cmd +++ b/deploy.cmd @@ -69,7 +69,7 @@ echo Handling .NET Web Application deployment. :: 1. Restore NuGet packages IF /I "" NEQ "" ( - call :ExecuteCmd nuget restore "%DEPLOYMENT_SOURCE%\" + call :ExecuteCmd nuget restore "%DEPLOYMENT_SOURCE%\src\Orchard.sln" IF !ERRORLEVEL! NEQ 0 goto error )