Skip to content

Commit bb83de3

Browse files
authored
build: enable SourceLink support (#551)
Signed-off-by: André Silva <[email protected]>
1 parent c9a677b commit bb83de3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/OpenFeature.Providers.Ofrep/OpenFeature.Providers.Ofrep.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2121
</PropertyGroup>
2222

23+
<!-- Enable SourceLink -->
24+
<PropertyGroup Label="SourceLink">
25+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
26+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
27+
<IncludeSymbols>true</IncludeSymbols>
28+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
29+
</PropertyGroup>
30+
2331
<ItemGroup>
2432
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
2533
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />

0 commit comments

Comments
 (0)