symreader/Build.cmd

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

2016-07-09 01:10:09 +03:00
@echo off
2018-08-24 03:18:38 +03:00
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0eng\common\Build.ps1""" -restore -build %*"
2016-07-09 01:10:09 +03:00
exit /b %ErrorLevel%