Skip to content

Commit

Permalink
Traktor: Disabled error check in autobuild win64 script since it's no…
Browse files Browse the repository at this point in the history
…t reliable.
  • Loading branch information
apistol78 committed Feb 26, 2024
1 parent 8144757 commit c782a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/autobuild/autobuild-latest-win64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ call "%~dp0..\config-vs-x64.bat"
:: Rebuild entire solution.
pushd "%TRAKTOR_HOME%\build\win64"
msbuild -m "Traktor Win64.sln" %CONFIG%
if %ERRORLEVEL% neq 1 ( exit 1 )
::if %ERRORLEVEL% neq 1 ( exit 1 )
popd

0 comments on commit c782a56

Please sign in to comment.