From 206817dab86bd93ddc67a03a2cef5b20426a4c63 Mon Sep 17 00:00:00 2001 From: zeromus <zeromus@users.noreply.github.com> Date: Fri, 4 Dec 2020 15:53:57 -0500 Subject: [PATCH] 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) --- Dist/QuickTestBuildAndPackage.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dist/QuickTestBuildAndPackage.bat b/Dist/QuickTestBuildAndPackage.bat index 6a3d129744..30f4fe8bfc 100644 --- a/Dist/QuickTestBuildAndPackage.bat +++ b/Dist/QuickTestBuildAndPackage.bat @@ -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