From 6c498d02c6f8fce7047c62c8f6553d34b7b329da Mon Sep 17 00:00:00 2001 From: "o.hauff" Date: Sat, 17 Dec 2022 14:36:35 +0000 Subject: [PATCH] VmImage changed to windows. Type of vmImage used to build changed from macos to windows. --- Xamarin.Android.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Xamarin.Android.yml b/Xamarin.Android.yml index 9937176..efdded7 100644 --- a/Xamarin.Android.yml +++ b/Xamarin.Android.yml @@ -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'