mirror of
https://github.com/4sval/FModel.git
synced 2026-03-21 17:24:26 -05:00
ci/cd build flag
This commit is contained in:
parent
c9a97c73a1
commit
3098273a33
|
|
@ -26,6 +26,10 @@
|
|||
<NoWarn>NU1701</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
|
||||
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="Resources\android.png" />
|
||||
<None Remove="Resources\apple.png" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user