Skip to content

Commit

Permalink
Preserve previously set PrepareProjectPropertiesDependsOn value
Browse files Browse the repository at this point in the history
When changing it.
  • Loading branch information
kzu committed Nov 21, 2024
1 parent ec77de1 commit 5bf19f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ThisAssembly.Project/ThisAssembly.Project.targets
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
<!-- Backwards compability for original property name -->
<PrepareProjectPropertiesDependsOn>$(InjectThisAssemblyProjectDependsOn)</PrepareProjectPropertiesDependsOn>
<PrepareProjectPropertiesDependsOn Condition="'$(SourceControlInformationFeatureSupported)' == 'true'">
InitializeSourceControlInformation
InitializeSourceControlInformation;
$(PrepareProjectPropertiesDependsOn)
</PrepareProjectPropertiesDependsOn>
</PropertyGroup>

Expand Down

0 comments on commit 5bf19f3

Please sign in to comment.