Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Switch from ctaggart's SourceLink to dotnet's
Browse files Browse the repository at this point in the history
ctaggart's SourceLink has at some point started packing `.pdb` files
into the main Nuget package, which is not ideal if we want to publish
a separate `.snupkg` to NuGet.

For that reason, let's make the switch to `dotnet/SourceLink` even
though it is *still* only in beta.

References:
 * ctaggart/SourceLink#291
  • Loading branch information
stakx committed May 27, 2019
1 parent dbe8446 commit 407a7fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/SourceLink.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<SourceLinkCreate Condition="'$(BuildingInsideVisualStudio)' != 'True'">True</SourceLinkCreate>
<PublishRepositoryUrl>True</PublishRepositoryUrl>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.7.3" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All"/>
</ItemGroup>

</Project>

0 comments on commit 407a7fc

Please sign in to comment.