Skip to content

Commit 494ba5a

Browse files
author
Joan Caron
committed
feat: Enable Sourcelink
1 parent 66411cc commit 494ba5a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

CryptoCompare.targets

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@
1010
<PackageTags>cryptocompare-api;cryptocurrency;bitcoin;dotnet-core;dotnet-standard;dotnet;async;cryptocurrencies;cryptocompare</PackageTags>
1111
<PackageLicenseUrl>http://opensource.org/licenses/apache-2.0</PackageLicenseUrl>
1212
<Copyright>Copyright Joan Caron 2018</Copyright>
13-
</PropertyGroup>
1413

14+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
15+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
16+
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
17+
</PropertyGroup>
18+
<ItemGroup>
19+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All"/>
20+
</ItemGroup>
1521
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
1622
<Reference Include="System.Net.Http" />
1723
<Reference Include="System" />

0 commit comments

Comments
 (0)