mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-12-22 15:06:26 +01:00
VmImage changed to windows.
Type of vmImage used to build changed from macos to windows.
This commit is contained in:
parent
603387c730
commit
6c498d02c6
1 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
|||
# 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
|
||||
# Builds android version for all flavors of app:
|
||||
# - sharee.bike
|
||||
# - Lastenrad Bayern
|
||||
# - Mein konrad
|
||||
|
||||
trigger:
|
||||
- master
|
||||
|
||||
pool:
|
||||
vmImage: 'macos-latest'
|
||||
vmImage: 'windows-latest'
|
||||
|
||||
variables:
|
||||
buildConfiguration: 'Release'
|
||||
|
|
Loading…
Reference in a new issue