Skip to content

Commit 6b87936

Browse files
committed
Apply temporary patch so API-36 will be built on Mac CI.
1 parent b1d38c4 commit 6b87936

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

build-tools/scripts/BuildEverything.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ endif
1313

1414
leeroy:
1515
$(call DOTNET_BINLOG,leeroy) $(SOLUTION) $(_MSBUILD_ARGS)
16+
$(call DOTNET_BINLOG,preview-monoandroid) src/Mono.Android/Mono.Android.csproj -p:BuildLatestPreview=true
1617
$(call DOTNET_BINLOG,setup-workload) -t:ConfigureLocalWorkload build-tools/create-packs/Microsoft.Android.Sdk.proj

src/Mono.Android/Mono.Android.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33

4+
<PropertyGroup Condition=" '$(BuildLatestPreview)' == 'true' ">
5+
<AndroidApiLevel>36</AndroidApiLevel>
6+
<AndroidPlatformId>Baklava</AndroidPlatformId>
7+
</PropertyGroup>
8+
49
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
510
<Import Project="..\..\Configuration.props" />
611
<Import Project="$(XamarinAndroidSourcePath)\build-tools\trim-analyzers\trim-analyzers.props" />

0 commit comments

Comments
 (0)