mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-12-23 07:36:31 +01:00
Moved from master branch
[skip ci]
This commit is contained in:
parent
68cf01440c
commit
6878f7ad9e
1 changed files with 28 additions and 0 deletions
28
Xamarin.Android.yml
Normal file
28
Xamarin.Android.yml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Xamarin.Android
|
||||||
|
# Build a Xamarin.Android project.
|
||||||
|
# Add steps that test, sign, and distribute an app, save build artifacts, and more:
|
||||||
|
# https://docs.microsoft.com/azure/devops/pipelines/languages/xamarin
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
- master
|
||||||
|
|
||||||
|
pool:
|
||||||
|
vmImage: 'macos-latest'
|
||||||
|
|
||||||
|
variables:
|
||||||
|
buildConfiguration: 'Release'
|
||||||
|
outputDirectory: '$(build.binariesDirectory)/$(buildConfiguration)'
|
||||||
|
solutionName : 'TINK.sln'
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- task: NuGetToolInstaller@1
|
||||||
|
|
||||||
|
- task: NuGetCommand@2
|
||||||
|
inputs:
|
||||||
|
restoreSolution: '$(solutionName)'
|
||||||
|
|
||||||
|
- task: XamarinAndroid@1
|
||||||
|
inputs:
|
||||||
|
projectFile: '**/*droid*.csproj'
|
||||||
|
outputDirectory: '$(outputDirectory)'
|
||||||
|
configuration: '$(buildConfiguration)'
|
Loading…
Reference in a new issue