mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-11-05 10:36:30 +01:00
Will be created at different branch azure-pipelines.
This commit is contained in:
parent
21aa75e118
commit
0783c94254
1 changed files with 0 additions and 28 deletions
|
@ -1,28 +0,0 @@
|
||||||
# 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