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