Skip to content

Commit 225571a

Browse files
Add source link
1 parent c1b3eeb commit 225571a

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

src/Stravaig.Configuration.Diagnostics.Core/Stravaig.Configuration.Diagnostics.Core.csproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,17 @@ Release notes at: $(StravaigReleaseNotes)
3131
<None Include="stravaig-icon.png" Pack="true" PackagePath="" />
3232
</ItemGroup>
3333

34+
<PropertyGroup>
35+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
36+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
37+
<IncludeSymbols>true</IncludeSymbols>
38+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
39+
</PropertyGroup>
40+
41+
<ItemGroup>
42+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
43+
</ItemGroup>
44+
3445
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
3546
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.27" />
3647
</ItemGroup>

src/Stravaig.Configuration.Diagnostics.Logging/Stravaig.Configuration.Diagnostics.Logging.csproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ Release notes at: $(StravaigReleaseNotes)
3030
<None Include="stravaig-icon.png" Pack="true" PackagePath="" />
3131
</ItemGroup>
3232

33+
<PropertyGroup>
34+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
35+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
36+
<IncludeSymbols>true</IncludeSymbols>
37+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
38+
</PropertyGroup>
39+
40+
<ItemGroup>
41+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
42+
</ItemGroup>
43+
3344
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
3445
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.27" />
3546
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.27" />

src/Stravaig.Configuration.Diagnostics.Serilog/Stravaig.Configuration.Diagnostics.Serilog.csproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ Release notes at: $(StravaigReleaseNotes)
3030
<None Include="stravaig-icon.png" Pack="true" PackagePath="" />
3131
</ItemGroup>
3232

33+
<PropertyGroup>
34+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
35+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
36+
<IncludeSymbols>true</IncludeSymbols>
37+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
38+
</PropertyGroup>
39+
40+
<ItemGroup>
41+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
42+
</ItemGroup>
43+
3344
<ItemGroup>
3445
<ProjectReference Include="..\Stravaig.Configuration.Diagnostics.Core\Stravaig.Configuration.Diagnostics.Core.csproj" />
3546
</ItemGroup>

0 commit comments

Comments
 (0)