aspnetcore/restore.cmd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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

2017-10-10 01:53:25 +03:00
@ECHO OFF
SETLOCAL
PowerShell -NoProfile -NoLogo -ExecutionPolicy ByPass -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0\eng\build.ps1' -all -nobuild -restore %*; exit $LASTEXITCODE"