Skip to content
代码片段 群组 项目
restore.cmd 274 字节
更新 更旧
Ryan Brandenburg's avatar
Ryan Brandenburg 已提交
@ECHO OFF
PowerShell -NoProfile -NoLogo -ExecutionPolicy ByPass -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0build.ps1' -all -nobuild -restore %*; exit $LASTEXITCODE"