Skip to content

Commit dca83ba

Browse files
authored
Add PDB in main package (#6)
1 parent 6454ce3 commit dca83ba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Insurello.RabbitMqClient/Insurello.RabbitMqClient.fsproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,18 @@
99
<RepositoryType>git</RepositoryType>
1010
<RepositoryUrl>https://github.com/insurello/Insurello.RabbitMqClient</RepositoryUrl>
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>
12+
13+
<!-- Source Link configuration -->
1214
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1315
<IncludeSymbols>true</IncludeSymbols>
1416
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
17+
18+
<!-- Include PDB in the main package as current tooling is lacking.
19+
Shall be removed in the future when tooling has catched up. -->
20+
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
1521
</PropertyGroup>
1622

23+
<!-- Source Link repo configuration -->
1724
<ItemGroup>
1825
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
1926
</ItemGroup>

0 commit comments

Comments
 (0)