Skip to content

Commit 23e1d27

Browse files
committed
Ensure that the git repository is published
We could hard-code this, but SourceLink can instead automatically generate the reference. This is needed for SourceLink to provide a reference to the exact code referenced by the symbols package.
1 parent ebdb6a6 commit 23e1d27

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<NeutralLanguage>en</NeutralLanguage>
1818
<IncludeSymbols>true</IncludeSymbols>
1919
<EmbedUntrackedSources>true</EmbedUntrackedSources>
20+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2021
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2122
<PackageIcon>Icon.png</PackageIcon>
2223
</PropertyGroup>

0 commit comments

Comments
 (0)