Skip to content

Commit

Permalink
add ContinuousIntegrationBuild to Directory.Build.props
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47-bot committed Dec 18, 2024
1 parent 83ca60a commit 3e79c7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<CodeAnalysisRuleSet>$(SolutionDir).ruleset</CodeAnalysisRuleSet>
<NoWarn>CS1591;NETSDK1138</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
<ItemGroup>
<None Include="$(SolutionDir)icon.png" Visible="false" Pack="true" PackagePath="" />
<None Include="$(SolutionDir)README.md" Visible="false" Pack="true" PackagePath="" />
Expand Down

0 comments on commit 3e79c7d

Please sign in to comment.