Skip to content

Commit

Permalink
Remove workaround
Browse files Browse the repository at this point in the history
Remove workaround for Sourcelink that should be redundant now.
  • Loading branch information
martincostello committed Jul 12, 2021
1 parent 84e1a39 commit 22058c0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
<Project>
<!-- Disable sourcelink on mono, to workaround https://github.com/dotnet/sourcelink/issues/155 -->
<Target Name="_RemoveMSSourceLinkGitHub" AfterTargets="CollectPackageReferences" Condition=" '$(OS)' != 'Windows_NT' AND '$(MSBuildRuntimeType)' != 'Core' ">
<ItemGroup>
<PackageReference Remove="Microsoft.SourceLink.GitHub" />
</ItemGroup>
</Target>
</Project>

0 comments on commit 22058c0

Please sign in to comment.