2017-06-07 13:16:24 +00:00
|
|
|
@if not defined _echo @echo off
|
|
|
|
|
2017-10-19 20:04:20 +00:00
|
|
|
REM build.cmd will bootstrap the cli and ultimately call "dotnet pack"
|
2017-06-07 13:16:24 +00:00
|
|
|
|
2017-10-19 20:04:20 +00:00
|
|
|
@call %~dp0dotnet.cmd pack %~dp0integration\ILLink.Tasks\ILLink.Tasks.csproj %*
|
2017-06-07 13:16:24 +00:00
|
|
|
@exit /b %ERRORLEVEL%
|