Skip to content

Commit

Permalink
Add source link to Collections.Weak
Browse files Browse the repository at this point in the history
  • Loading branch information
mikernet committed Jul 26, 2023
1 parent bd8ed6c commit 1f3ac50
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
<Version>2.0</Version>
</PropertyGroup>

<PropertyGroup Label="Source Link" Condition="'$(Configuration)' == 'Release'">
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<ItemGroup Label="Source Link" Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
<None Remove="stylecop.json" />
<None Include="..\..\Resources\Singulink Icon 128x128.png">
Expand Down

0 comments on commit 1f3ac50

Please sign in to comment.