Skip to content

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 authored and ishimko committed Sep 2, 2019
1 parent 5ec278c commit 56468e6
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 56468e6

Please sign in to comment.