Skip to content

Commit 84e88de

Browse files
committed
add ContinuousIntegrationBuild to Directory.Build.props
1 parent eb02b4d commit 84e88de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Directory.Build.props

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
<CodeAnalysisRuleSet>$(SolutionDir).ruleset</CodeAnalysisRuleSet>
2121
<NoWarn>CS1591;NETSDK1138</NoWarn>
2222
</PropertyGroup>
23+
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
24+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
25+
</PropertyGroup>
2326
<ItemGroup>
2427
<None Include="$(SolutionDir)icon.png" Visible="false" Pack="true" PackagePath="" />
2528
<None Include="$(SolutionDir)README.md" Visible="false" Pack="true" PackagePath="" />

0 commit comments

Comments
 (0)