restore.cmd (
3
lines of code) (
raw
):
@echo off powershell -NoLogo -NoProfile -ExecutionPolicy ByPass -Command "& """%~dp0eng\common\build.ps1""" -restore %*" exit /b %ErrorLevel%