Skip to content

Commit b9fb0a7

Browse files
authored
Remove the source link in the package description
This is unnecessary since we're already publishing the source repository and nuget.org makes this easily discoverable now.
1 parent 369cd2b commit b9fb0a7

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/Directory.Build.targets

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,18 +145,13 @@
145145

146146
</Target>
147147

148-
<!-- Always append the link to the direct source tree for the current build -->
149148
<Target Name="UpdatePackageMetadata"
150149
BeforeTargets="PrepareForBuild;GenerateMSBuildEditorConfigFileShouldRun;GetAssemblyVersion;GetPackageMetadata;GenerateNuspec;Pack"
151150
DependsOnTargets="EnsureProjectInformation"
152151
Condition="'$(SourceControlInformationFeatureSupported)' == 'true' And
153152
'$(IsPackable)' == 'true'">
154153
<PropertyGroup>
155154
<PackageProjectUrl Condition="'$(PackageProjectUrl)' == '' and '$(PublishRepositoryUrl)' == 'true'">$(RepositoryUrl)</PackageProjectUrl>
156-
<Description Condition="'$(RepositorySha)' != '' and '$(RepositoryUrl)' != ''">$(Description)
157-
158-
Built from $(RepositoryUrl)/tree/$(RepositorySha)
159-
</Description>
160155
<PackageDescription>$(Description)</PackageDescription>
161156
<PackageReleaseNotes Condition="'$(RepositoryUrl)' != '' and Exists('$(MSBuildThisFileDirectory)..\changelog.md')">$(RepositoryUrl)/blob/main/changelog.md</PackageReleaseNotes>
162157
</PropertyGroup>

0 commit comments

Comments
 (0)