VmImage changed to windows.

Type of vmImage used to build changed from macos to windows.
This commit is contained in:
o.hauff 2022-12-17 14:36:35 +00:00
parent 603387c730
commit 6c498d02c6

View file

@ -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'