File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 name : Build only (Desktop)
1414 runs-on : ubuntu-latest
1515 timeout-minutes : 60
16+ env :
17+ CI_DONT_TARGET_ANDROID : 1
1618 steps :
1719 - name : Checkout
1820 uses : actions/checkout@v4
5456 name : Build only (iOS)
5557 runs-on : macos-15
5658 timeout-minutes : 60
59+ env :
60+ CI_DONT_TARGET_ANDROID : 1
5761 steps :
5862 - name : Checkout
5963 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <RootNamespace >SDL</RootNamespace >
5- <TargetFrameworks >net8.0;net8.0-android</TargetFrameworks >
5+ <TargetFrameworks Condition =" '$(CI_DONT_TARGET_ANDROID)' != '1' " >net8.0;net8.0-android</TargetFrameworks >
6+ <TargetFramework Condition =" '$(CI_DONT_TARGET_ANDROID)' == '1' " >net8.0</TargetFramework >
67 <SupportedOSPlatformVersion >21</SupportedOSPlatformVersion >
78 <Nullable >enable</Nullable >
89 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net8.0;net8.0-android</TargetFrameworks >
4+ <TargetFrameworks Condition =" '$(CI_DONT_TARGET_ANDROID)' != '1' " >net8.0;net8.0-android</TargetFrameworks >
5+ <TargetFramework Condition =" '$(CI_DONT_TARGET_ANDROID)' == '1' " >net8.0</TargetFramework >
56 <SupportedOSPlatformVersion >21</SupportedOSPlatformVersion >
67 <RootNamespace >SDL</RootNamespace >
78 <Nullable >enable</Nullable >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net8.0;net8.0-android</TargetFrameworks >
4+ <TargetFrameworks Condition =" '$(CI_DONT_TARGET_ANDROID)' != '1' " >net8.0;net8.0-android</TargetFrameworks >
5+ <TargetFramework Condition =" '$(CI_DONT_TARGET_ANDROID)' == '1' " >net8.0</TargetFramework >
56 <SupportedOSPlatformVersion >21</SupportedOSPlatformVersion >
67 <RootNamespace >SDL</RootNamespace >
78 <Nullable >enable</Nullable >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net8.0;net8.0-android</TargetFrameworks >
4+ <TargetFrameworks Condition =" '$(CI_DONT_TARGET_ANDROID)' != '1' " >net8.0;net8.0-android</TargetFrameworks >
5+ <TargetFramework Condition =" '$(CI_DONT_TARGET_ANDROID)' == '1' " >net8.0</TargetFramework >
56 <SupportedOSPlatformVersion >21</SupportedOSPlatformVersion >
67 <RootNamespace >SDL</RootNamespace >
78 <Nullable >enable</Nullable >
You can’t perform that action at this time.
0 commit comments