This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
nuget restore -Verbosity normal | |
if %errorlevel% neq 0 exit /b %errorlevel% | |
msbuild -p:Configuration=Release ^ | |
-p:WarningLevel=0 | |
if %errorlevel% neq 0 exit /b %errorlevel% | |
dotnet.exe test TestProject.csproj --configuration Release --no-build -v n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wed Aug 29 20:27:26 UTC 2018 |