We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a97c7 commit 3098273Copy full SHA for 3098273
FModel/FModel.csproj
@@ -26,6 +26,10 @@
26
<NoWarn>NU1701</NoWarn>
27
</PropertyGroup>
28
29
+ <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
30
+ <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
31
+ </PropertyGroup>
32
+
33
<ItemGroup>
34
<None Remove="Resources\android.png" />
35
<None Remove="Resources\apple.png" />
0 commit comments