mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
parent
951962f6d9
commit
06778eb584
@ -69,7 +69,7 @@ echo Handling .NET Web Application deployment.
|
|||||||
|
|
||||||
:: 1. Restore NuGet packages
|
:: 1. Restore NuGet packages
|
||||||
IF /I "" NEQ "" (
|
IF /I "" NEQ "" (
|
||||||
call :ExecuteCmd nuget restore "%DEPLOYMENT_SOURCE%\"
|
call :ExecuteCmd nuget restore "%DEPLOYMENT_SOURCE%\src\Orchard.sln"
|
||||||
IF !ERRORLEVEL! NEQ 0 goto error
|
IF !ERRORLEVEL! NEQ 0 goto error
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user