Can you use an Azure git repo instead of GitHub, BitBucket or GitLab?

Greetings,

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.

Is it possible to use my Azure repo instead?

Thanks!

Hello,

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.

Ah, I was using the https url instead of the ssh one. Thanks for the nudge in the right direction.