Skip to content

Commit 8ec915b

Browse files
committed
Enabled SourceLink
1 parent 160e283 commit 8ec915b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Directory.Build.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
<PropertyGroup>
1010
<DebugSymbols>true</DebugSymbols>
11+
<IncludeSymbols>true</IncludeSymbols>
12+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1113
</PropertyGroup>
1214

1315
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
@@ -18,5 +20,10 @@
1820
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
1921
<DebugType>pdbonly</DebugType>
2022
<Optimize>true</Optimize>
23+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
2124
</PropertyGroup>
25+
26+
<ItemGroup>
27+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
28+
</ItemGroup>
2229
</Project>

0 commit comments

Comments
 (0)