Skip to content

Commit

Permalink
Merge pull request #28 from JTOne123/master
Browse files Browse the repository at this point in the history
[PR] The proj files have been updated to enable SourceLink
  • Loading branch information
gep13 authored Jun 29, 2020
2 parents f9b2152 + 44e0718 commit ab3240b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Cake.Xamarin/Cake.Xamarin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<PropertyGroup>
<PackageId>Cake.Xamarin</PackageId>
<Title>Cake.Xamarin</Title>
Expand Down

0 comments on commit ab3240b

Please sign in to comment.