mirror of
https://github.com/XFox111/GUTSchedule.git
synced 2026-04-22 06:58:01 +03:00
Set up CI with Azure Pipelines
[skip ci]
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# 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: 'windows-latest'
|
||||
|
||||
variables:
|
||||
buildConfiguration: 'Release'
|
||||
outputDirectory: '$(build.binariesDirectory)/$(buildConfiguration)'
|
||||
|
||||
steps:
|
||||
- task: NuGetToolInstaller@1
|
||||
|
||||
- task: NuGetCommand@2
|
||||
inputs:
|
||||
restoreSolution: '**/*.sln'
|
||||
|
||||
- task: XamarinAndroid@1
|
||||
inputs:
|
||||
projectFile: '**/**.csproj'
|
||||
outputDirectory: '$(outputDirectory)'
|
||||
configuration: '$(buildConfiguration)'
|
||||
Reference in New Issue
Block a user