Skip to content

Commit

Permalink
build: sourcelink
Browse files Browse the repository at this point in the history
  • Loading branch information
biohazard999 committed Oct 28, 2022
1 parent 0ff7fbf commit 9ce64ce
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Xenial.BTool/Xenial.BTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,12 @@
<PackageReference Include="SimpleExec" Version="11.0.0" />
<PackageReference Include="System.IO.Abstractions" Version="17.2.3" />
</ItemGroup>


<ItemGroup Condition="'$(GITHUB_ACTIONS)' != ''">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

</Project>

0 comments on commit 9ce64ce

Please sign in to comment.