Relative Content

Tag Archive for azuredevopspipelinecapacitorquasar

Deploying azure devops pipeline for capacitor iOS mobile ap

I’m trying to create a pipeline on Azure devOps to publish an iOS app (built with capacitor/quasar framework) to the appstore using this yaml file
`parameters:- name: environment
displayName: Configuration based on env
type: string
default: DEV
values: