Skip to content

Commit 5669a54

Browse files
authored
[COMMIT] The proj files have been updated to enable SourceLink [Winton.Extensions.Configuration.Consul.csproj] (#104)
1 parent e861ff8 commit 5669a54

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/Winton.Extensions.Configuration.Consul/Winton.Extensions.Configuration.Consul.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,15 @@
1212
<RepositoryType>git</RepositoryType>
1313
<RepositoryUrl>https://github.com/wintoncode/Winton.Extensions.Configuration.Consul</RepositoryUrl>
1414
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
15+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
16+
<IncludeSymbols>true</IncludeSymbols>
17+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1518
</PropertyGroup>
1619

20+
<ItemGroup>
21+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
22+
</ItemGroup>
23+
1724
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
1825
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1926
</PropertyGroup>

0 commit comments

Comments
 (0)