Skip to content

Commit 7f3e02f

Browse files
authored
Update Directory.Build.props
1 parent 758e606 commit 7f3e02f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Directory.Build.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2424
</PropertyGroup>
2525

26+
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
27+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
28+
</PropertyGroup>
29+
2630
<PropertyGroup>
2731
<LangVersion>latest</LangVersion>
2832
<ImplicitUsings>enable</ImplicitUsings>

0 commit comments

Comments
 (0)