We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758e606 commit 7f3e02fCopy full SHA for 7f3e02f
src/Directory.Build.props
@@ -23,6 +23,10 @@
23
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
24
</PropertyGroup>
25
26
+ <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
27
+ <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
28
+ </PropertyGroup>
29
+
30
<PropertyGroup>
31
<LangVersion>latest</LangVersion>
32
<ImplicitUsings>enable</ImplicitUsings>
0 commit comments