mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-12-23 15:46:29 +01:00
Moved from master.
[skip ci]
This commit is contained in:
parent
6db542d5e2
commit
d0dd793421
1 changed files with 35 additions and 0 deletions
35
Xamarin.iOS.yml
Normal file
35
Xamarin.iOS.yml
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
# Xamarin.iOS
|
||||||
|
# Build a Xamarin.iOS project.
|
||||||
|
# Add steps that install certificates, test, sign, and distribute an app, save build artifacts, and more:
|
||||||
|
# https://docs.microsoft.com/azure/devops/pipelines/languages/xamarin
|
||||||
|
|
||||||
|
trigger: none
|
||||||
|
|
||||||
|
pool:
|
||||||
|
vmImage: 'macos-latest'
|
||||||
|
|
||||||
|
variables:
|
||||||
|
buildConfiguration: 'Release'
|
||||||
|
solutionName : 'TINK.sln'
|
||||||
|
|
||||||
|
steps:
|
||||||
|
# To manually select a Xamarin SDK version on the Microsoft-hosted macOS agent,
|
||||||
|
# configure this task with the *Mono* version that is associated with the
|
||||||
|
# Xamarin SDK version that you need, and set the "enabled" property to true.
|
||||||
|
# See https://go.microsoft.com/fwlink/?linkid=871629
|
||||||
|
- script: sudo $AGENT_HOMEDIRECTORY/scripts/select-xamarin-sdk.sh 5_12_0
|
||||||
|
displayName: 'Select the Xamarin SDK version'
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
- task: NuGetToolInstaller@1
|
||||||
|
|
||||||
|
- task: NuGetCommand@2
|
||||||
|
inputs:
|
||||||
|
restoreSolution: '$(solutionName)'
|
||||||
|
- task: XamariniOS@2
|
||||||
|
inputs:
|
||||||
|
solutionFile: '$(solutionName)'
|
||||||
|
configuration: '$(buildConfiguration)'
|
||||||
|
packageApp: false
|
||||||
|
buildForSimulator: true
|
||||||
|
runNugetRestore: false
|
Loading…
Reference in a new issue