ReactiveUI/build.cmd

7 строки
167 B
Batchfile
Исходник Обычный вид История

2016-03-27 07:25:28 +03:00
@echo off
tools\nuget\nuget.exe install Cake -OutputDirectory tools -ExcludeVersion -Version 0.31.0
2016-03-27 07:25:28 +03:00
2018-05-11 21:14:53 +03:00
tools\Cake\Cake.exe build.cake --target=%1
2016-03-27 07:25:28 +03:00
exit /b %errorlevel%