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 d79ec02 commit 9aca86eCopy full SHA for 9aca86e
src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.GenerateAssemblyInfo.targets
@@ -73,7 +73,7 @@ Copyright (c) .NET Foundation. All rights reserved.
73
</Target>
74
75
<Target Name="GetAssemblyAttributes"
76
- DependsOnTargets="GetAssemblyVersion;AddSourceRevisionToInformationalVersion">
+ DependsOnTargets="GetAssemblyVersion;InitializeSourceControlInformation;AddSourceRevisionToInformationalVersion">
77
<ItemGroup>
78
<AssemblyAttribute Include="System.Reflection.AssemblyCompanyAttribute" Condition="'$(Company)' != '' and '$(GenerateAssemblyCompanyAttribute)' == 'true'">
79
<_Parameter1>$(Company)</_Parameter1>
0 commit comments