mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-05 22:20:32 +02:00
LazBuild: Small fix of build increment number feature. Issue #30108
This commit is contained in:
parent
86a3eccf08
commit
1195118881
@ -1001,7 +1001,7 @@ begin
|
||||
Result := StartBuilding;
|
||||
|
||||
// Auto increment build number
|
||||
if Result and not NoWriteProject
|
||||
if Result and BuildAll and not NoWriteProject
|
||||
and Project1.ProjResources.VersionInfo.UseVersionInfo
|
||||
and Project1.ProjResources.VersionInfo.AutoIncrementBuild
|
||||
then begin
|
||||
|
Loading…
Reference in New Issue
Block a user