Skip to content

Commit 21e286a

Browse files
authored
Merge pull request #31 from JTOne123/master
[PR] The proj files have been updated to enable SourceLink
2 parents 17f1545 + 15f3e5b commit 21e286a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Cake.FileHelpers/Cake.FileHelpers.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@
33
<TargetFrameworks>netstandard2.0;net46</TargetFrameworks>
44
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.6' ">1.6.1</NetStandardImplicitPackageVersion>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
6+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
7+
<IncludeSymbols>true</IncludeSymbols>
8+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
69
</PropertyGroup>
10+
11+
<ItemGroup>
12+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
13+
</ItemGroup>
14+
715
<PropertyGroup>
816
<PackageId>Cake.FileHelpers</PackageId>
917
<Title>Cake.FileHelpers</Title>

0 commit comments

Comments
 (0)