Skip to content

Commit

Permalink
update directory build props (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47-bot authored Jan 5, 2025
1 parent 5d9863a commit 190612c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,13 @@
<IsPackable>false</IsPackable>
<NoWarn>CS1591;NETSDK1138</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>

0 comments on commit 190612c

Please sign in to comment.