2017-06-07 13:16:24 +00:00
|
|
|
@if not defined _echo @echo off
|
|
|
|
|
|
|
|
REM restore.sh will bootstrap the cli and ultimately call "dotnet
|
|
|
|
REM restore". Dependencies of the linker will get restored as well.
|
|
|
|
|
2017-10-19 20:04:20 +00:00
|
|
|
@call %~dp0dotnet.cmd restore %~dp0integration\linker.sln %*
|
2017-06-07 13:16:24 +00:00
|
|
|
@exit /b %ERRORLEVEL%
|