try building twice to work around git version issues. it's bad, but it will do for now (if it does indeed do for now)

This commit is contained in:
zeromus 2020-12-04 15:53:57 -05:00
parent ffdb19e99a
commit 206817dab8
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ dotnet build ..\BizHawk.sln -c Release --no-incremental
rem -p:Platform="Any CPU"
rem -p:MachineRunAnalyzersDuringBuild=true
rem we have to do this twice right now
dotnet build ..\BizHawk.sln -c Release
@if errorlevel 1 goto MSBUILDFAILED
rmdir /s /q temp