We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec77de1 commit 5bf19f3Copy full SHA for 5bf19f3
src/ThisAssembly.Project/ThisAssembly.Project.targets
@@ -16,7 +16,8 @@
16
<!-- Backwards compability for original property name -->
17
<PrepareProjectPropertiesDependsOn>$(InjectThisAssemblyProjectDependsOn)</PrepareProjectPropertiesDependsOn>
18
<PrepareProjectPropertiesDependsOn Condition="'$(SourceControlInformationFeatureSupported)' == 'true'">
19
- InitializeSourceControlInformation
+ InitializeSourceControlInformation;
20
+ $(PrepareProjectPropertiesDependsOn)
21
</PrepareProjectPropertiesDependsOn>
22
</PropertyGroup>
23
0 commit comments