restore.cmd 164 B

1234
  1. @echo off
  2. powershell -NoLogo -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0eng\common\build.ps1""" -restore -msbuildEngine dotnet %*"
  3. exit /b %ErrorLevel%