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:
parent
ffdb19e99a
commit
206817dab8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue