vstest/build.cmd

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

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

@echo off
2023-03-31 12:14:58 +03:00
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0eng\common\Build.ps1""" -restore -build %*"
exit /b %ErrorLevel%