Skip to content

chore(Android) Set compileSdkVersion to 34 #112

chore(Android) Set compileSdkVersion to 34

chore(Android) Set compileSdkVersion to 34 #112

Workflow file for this run

name: Xamarin
on: push
jobs:
android:
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- name: Android
run: |
cd xamarin
nuget restore
cd SimpleDemo.Forms.Android
msbuild SimpleDemo.Forms.Android.csproj /verbosity:normal /t:Rebuild /p:Configuration=Debug
ios:
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- name: iOS
run: |
cd xamarin
nuget restore
msbuild SimpleDemo.Forms.iOS/SimpleDemo.Forms.iOS.csproj /verbosity:normal /t:Rebuild /p:Platform=iPhoneSimulator /p:Configuration=Debug