Skip to content

Commit

Permalink
[Publish] Move ContinuousIntegrationBuild to main block
Browse files Browse the repository at this point in the history
  • Loading branch information
SamboyCoding committed Jul 22, 2022
1 parent bc4858b commit d0ba6b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Fmod5Sharp/Fmod5Sharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
<Title>FMOD5 Sharp</Title>
<Version>3.0.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d0ba6b4

Please sign in to comment.