aspnetcore/clean.cmd

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

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

@ECHO OFF
SETLOCAL
PowerShell -NoProfile -NoLogo -ExecutionPolicy ByPass -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = ''; try { & '%~dp0clean.ps1' %*; exit $LASTEXITCODE } catch { write-host $_; exit 1 }"