Skip to content

Commit

Permalink
Enable CI build for GitHub builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Sep 7, 2023
1 parent 5c4d3e3 commit 4dfc494
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/IceRpc.Src.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
<Import Project="$(MSBuildThisFileDirectory)Common.props" />
</Project>

0 comments on commit 4dfc494

Please sign in to comment.