You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2021. It is now read-only.
Can it possible that I push my changes in Gitlab and Azure pipeline will run automatically? If YES then how to achieve this and If NO then is there any other alternative way?
My gitlab project is iOS one and I do not have any Mac OS system now(To run the pipeline on gitlab, we have created a shared runner on someone system, so there is an dependency. To remove this dependency I want to go for Azure Devops).
So to run pipeline, does Azure supports iOS project without any Mac OS installation or it required to install Mac OS on Azure devops ? If Installation required then how I can install it?
is the same gitlab-ci.yml file will use to run CI/CD process on Azure or I have to write another yml file on Azure side and also where I can put this file?
So to run pipeline, does Azure supports iOS project without any Mac OS installation or it required to install Mac OS on Azure devops ? If Installation required then how I can install it?