Setting correct nuget path for Kudu

Fixes #6810
This commit is contained in:
Sebastien Ros 2016-05-05 12:46:48 -07:00
parent 951962f6d9
commit 06778eb584

View File

@ -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
)