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

remove dotnet-sourcelink as replaced by global tool #350

Closed
ctaggart opened this issue Jun 15, 2018 · 2 comments · Fixed by #353
Closed

remove dotnet-sourcelink as replaced by global tool #350

ctaggart opened this issue Jun 15, 2018 · 2 comments · Fixed by #353
Milestone

Comments

@ctaggart
Copy link
Owner

replaced by global tool #349

@ctaggart ctaggart added this to the 3.0.0 milestone Jun 15, 2018
@ctaggart
Copy link
Owner Author

ctaggart commented Jun 18, 2018

https://natemcmaster.com/blog/2018/05/12/dotnet-global-tools/

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <ToolCommandName>sourcelink</ToolCommandName>
    <PackAsTool>True</PackAsTool>
    <OutputType>Exe</OutputType>
    <TargetFramework>netcoreapp2.1</TargetFramework>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="2.2.3" />
  </ItemGroup>

</Project>

@ctaggart
Copy link
Owner Author

It wasn't hard to port it.
https://www.nuget.org/packages/SourceLink/3.0.0-build.732

dotnet tool install -g sourcelink --version 3.0.0-build.732

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant