Hey everybody, Is there any way to use private Azu...
# touchlab-tools
t
Hey everybody, Is there any way to use private Azure devops repos to host shared modules using kmm bridge, our team wants to host repo in a private repository which is only accessible via vpn.
r
What's your setup for publishing there now? If you're able to do it via standard maven publishing, then take a look at https://touchlab.github.io/KMMBridge/artifacts/MAVEN_REPO_ARTIFACTS If that doesn't work for you, then open a ticket and we can talk about what would be needed to support it.
t
@russhwolf thanks for the answer, we use azure repos only for artifact publishing/management , so i don't think we can publish anything on maven or any other place.
r
Oh I see. I was thinking something like Azure Artifacts which looks like it has maven support, but repos is a different thing. (I'm not super familiar with all the azure services currently) So you're saying you use Azure Repos as a private git repo that you just upload binaries to?
t
Actually We have not considered azure artifacts but we are going to try it
thanks for your answer again but i m getting Proccess failed git tag error while trying to add kmm bridge to the project 😞
r
It would help if I could see your gradle config and the exact error message. (Better would be access to a repo where I could see the error, but I understand that might not be possible)
t
Yeah i was not creating git repo 😄 i think i missed it in documentation