Skip to content

Commit 57a793d

Browse files
authored
Create snupkg package on build (#4)
* Create snupkg package on build
1 parent a4255d0 commit 57a793d

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,8 +9,15 @@
99
<RepositoryType>git</RepositoryType>
1010
<RepositoryUrl>https://github.com/insurello/Insurello.RabbitMqClient</RepositoryUrl>
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>
12+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
13+
<IncludeSymbols>true</IncludeSymbols>
14+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1215
</PropertyGroup>
1316

17+
<ItemGroup>
18+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
19+
</ItemGroup>
20+
1421
<ItemGroup>
1522
<Compile Include="MqClient.fs" />
1623
</ItemGroup>

0 commit comments

Comments
 (0)