aspnetcore/tools/build.cmd

14 lines
211 B
Batchfile

@echo off
call %~dp0\EnsureTemplatesEnv.cmd
echo dotnet version:
dotnet --version
dotnet msbuild %TemplatesRoot%\template_feed\Template.proj /t:Build;Test
if errorlevel 0 exit /b 0
:ERROR
endlocal
exit /b 1