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 # Builds android version for all flavors of app:
# Build a Xamarin.Android project. # - sharee.bike
# Add steps that test, sign, and distribute an app, save build artifacts, and more: # - Lastenrad Bayern
# https://docs.microsoft.com/azure/devops/pipelines/languages/xamarin # - Mein konrad
trigger: trigger:
- master - master
pool: pool:
vmImage: 'macos-latest' vmImage: 'windows-latest'
variables: variables:
buildConfiguration: 'Release' buildConfiguration: 'Release'