Skip to content

Commit

Permalink
Merge pull request #393 from ctaggart/develop-test
Browse files Browse the repository at this point in the history
use SourceLink.Create.CommandLine
  • Loading branch information
Oren Novotny authored Apr 21, 2017
2 parents cabd3ca + 7508d55 commit 46dda16
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Rx.NET/Source/Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<IncludeSymbols>false</IncludeSymbols>
<IsTestProject>$(MSBuildProjectName.Contains('Test'))</IsTestProject>
<GetVersion Condition=" '$(NCrunch)' != '' ">false</GetVersion>
<SourceLinkEnabled>false</SourceLinkEnabled>
</PropertyGroup>

<ItemGroup>
Expand All @@ -29,8 +28,7 @@
</ItemGroup>

<ItemGroup Condition="'$(IsTestProject)' != 'true' and '$(SourceLinkEnabled)' != 'false'">
<PackageReference Include="SourceLink.Create.GitHub" Version="2.1.0" PrivateAssets="All" />
<DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.1.0" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.1.0" PrivateAssets="All" />
</ItemGroup>

<!-- Workaround -->
Expand Down

0 comments on commit 46dda16

Please sign in to comment.