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

Commit dbeb537

Browse files
committed
Set up CI with Azure Pipelines
[skip ci]
1 parent 3bfdde5 commit dbeb537

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

azure-pipelines-ios.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
pool:
2+
vmImage: 'macos-latest'
3+
steps:
4+
# To manually select a Xamarin SDK version on the Microsoft-hosted macOS agent,
5+
# configure this task with the *Mono* version that is associated with the
6+
# Xamarin SDK version that you need, and set the "enabled" property to true.
7+
# See https://go.microsoft.com/fwlink/?linkid=871629
8+
- script: sudo $AGENT_HOMEDIRECTORY/scripts/select-xamarin-sdk.sh 5_12_0
9+
displayName: 'Select the Xamarin SDK version'
10+
enabled: false
11+
- task: MSBuild@1
12+
displayName: Build iOS samples
13+
inputs:
14+
solution: '**/*.iOS.csproj'
15+
configuration: 'Debug'
16+
msbuildArguments: '/restore /t:Build /p:ContinuousIntegrationBuild=true /p:Deterministic=false'

0 commit comments

Comments
 (0)