Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 1f3ad20

Browse files
committed
Set up CI with Azure Pipelines
[skip ci]
1 parent b4d8e9b commit 1f3ad20

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

azure-pipelines-android.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
pool:
2+
vmImage: 'macos-latest'
3+
steps:
4+
- script: sudo $AGENT_HOMEDIRECTORY/scripts/select-xamarin-sdk.sh 5_12_0
5+
displayName: 'Select the Xamarin SDK version'
6+
enabled: false
7+
- task: MSBuild@1
8+
displayName: Build Android samples
9+
inputs:
10+
solution: '**/*Droid*.csproj'
11+
configuration: 'Debug'
12+
msbuildArguments: '/restore /t:Build /p:ContinuousIntegrationBuild=true /p:Deterministic=false'

0 commit comments

Comments
 (0)