I want to start using CI for my projects. I’ve transferred my projects to Azure DevOps and since I’m using git I had hoped that the Unity cloud build would accept my Azure repos but when I setup cloud build on my projects it’s only giving me the options of GitHub, BitBucket and GitLab.
If it’s using Git, you can try to configure Cloud Build to use SSH to access your repository in the Manual tab. More information about it can be found here: Unity Build Automation
Thanks. I did stumble across that. I’ll to do more digging because apply apply the ssh key it gave me to my azure repo Unity cloud build complained that the repo was inaccessible.