зеркало из https://github.com/dotnet/razor.git
4 строки
292 B
Batchfile
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 }"
|