diff --git a/yafsrc/build.bat b/yafsrc/build.bat index 5a4ad12175..54e65c85eb 100644 --- a/yafsrc/build.bat +++ b/yafsrc/build.bat @@ -4,4 +4,4 @@ @SET MSBUILDPATH="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MsBuild.exe" @SET CONFIGURATION=Release -%MSBUILDPATH% YetAnotherForum.NET.sln /t:restore /p:Configuration=%CONFIGURATION% /p:Platform="Any CPU" /p:WarningLevel=0 /flp1:logfile=errors.txt;errorsonly %1 %2 %3 %4 %5 %6 %7 %8 %9 \ No newline at end of file +%MSBUILDPATH% YetAnotherForum.NET.sln /p:Configuration=%CONFIGURATION% /p:Platform="Any CPU" /p:WarningLevel=0 /flp1:logfile=errors.txt;errorsonly %1 %2 %3 %4 %5 %6 %7 %8 %9 \ No newline at end of file