Skip to content

Commit 9aca86e

Browse files
tmatgithub-actions
authored and
github-actions
committed
Fixes RepositoryUrl attribute generation: #48580
1 parent d79ec02 commit 9aca86e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.GenerateAssemblyInfo.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Copyright (c) .NET Foundation. All rights reserved.
7373
</Target>
7474

7575
<Target Name="GetAssemblyAttributes"
76-
DependsOnTargets="GetAssemblyVersion;AddSourceRevisionToInformationalVersion">
76+
DependsOnTargets="GetAssemblyVersion;InitializeSourceControlInformation;AddSourceRevisionToInformationalVersion">
7777
<ItemGroup>
7878
<AssemblyAttribute Include="System.Reflection.AssemblyCompanyAttribute" Condition="'$(Company)' != '' and '$(GenerateAssemblyCompanyAttribute)' == 'true'">
7979
<_Parameter1>$(Company)</_Parameter1>

0 commit comments

Comments
 (0)