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.
|
|
|
|
|
2019-04-12 14:10:50 +00:00
|
|
|
@call powershell %~dp0..\eng\common\msbuild.ps1 /t:Restore %~dp0..\illink.sln %*
|
2017-06-07 13:16:24 +00:00
|
|
|
@exit /b %ERRORLEVEL%
|