Hopefully fix AppVeyor CI

This commit is contained in:
YoshiRulz 2019-11-01 23:42:25 +10:00 committed by J.D. Purcell
parent b862a464ee
commit d9f8a2c58e
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ for /f "usebackq tokens=*" %%A in (`vswhere -version "[16.0,17.0)" -requires Mic
IF "%MSBUILDPATH%"=="" GOTO MISSINGMSBUILD
nuget restore ..\BizHawk.sln
call "%MSBUILDPATH%" ..\BizHawk.sln /p:Configuration=Release /p:Platform="Any Cpu" /t:rebuild
@if errorlevel 1 goto MSBUILDFAILED