Skip to content

Commit 5bf19f3

Browse files
committed
Preserve previously set PrepareProjectPropertiesDependsOn value
When changing it.
1 parent ec77de1 commit 5bf19f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ThisAssembly.Project/ThisAssembly.Project.targets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
<!-- Backwards compability for original property name -->
1717
<PrepareProjectPropertiesDependsOn>$(InjectThisAssemblyProjectDependsOn)</PrepareProjectPropertiesDependsOn>
1818
<PrepareProjectPropertiesDependsOn Condition="'$(SourceControlInformationFeatureSupported)' == 'true'">
19-
InitializeSourceControlInformation
19+
InitializeSourceControlInformation;
20+
$(PrepareProjectPropertiesDependsOn)
2021
</PrepareProjectPropertiesDependsOn>
2122
</PropertyGroup>
2223

0 commit comments

Comments
 (0)