mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-12-22 23:26:31 +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
|
# 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'
|
||||||
|
|
Loading…
Reference in a new issue