Skip to content

Commit 3098273

Browse files
committed
ci/cd build flag
1 parent c9a97c7 commit 3098273

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

FModel/FModel.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
<NoWarn>NU1701</NoWarn>
2727
</PropertyGroup>
2828

29+
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
30+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
31+
</PropertyGroup>
32+
2933
<ItemGroup>
3034
<None Remove="Resources\android.png" />
3135
<None Remove="Resources\apple.png" />

0 commit comments

Comments
 (0)