We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb02b4d commit 84e88deCopy full SHA for 84e88de
Directory.Build.props
@@ -20,6 +20,9 @@
20
<CodeAnalysisRuleSet>$(SolutionDir).ruleset</CodeAnalysisRuleSet>
21
<NoWarn>CS1591;NETSDK1138</NoWarn>
22
</PropertyGroup>
23
+ <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
24
+ <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
25
+ </PropertyGroup>
26
<ItemGroup>
27
<None Include="$(SolutionDir)icon.png" Visible="false" Pack="true" PackagePath="" />
28
<None Include="$(SolutionDir)README.md" Visible="false" Pack="true" PackagePath="" />
0 commit comments