We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc4858b commit d0ba6b4Copy full SHA for d0ba6b4
1 file changed
Fmod5Sharp/Fmod5Sharp.csproj
@@ -22,10 +22,7 @@
22
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
23
<Title>FMOD5 Sharp</Title>
24
<Version>3.0.1</Version>
25
- </PropertyGroup>
26
-
27
- <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
28
- <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
+ <ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
29
</PropertyGroup>
30
31
<ItemGroup>
0 commit comments