Dinomite-Studios / unity-azure-pipelines-tasks

Azure DevOps extension adding tools to build and deploy Unity 3D projects using Azure Pipelines
https://unitydevops.com/
MIT License
121 stars 49 forks source link

Set up CI with Azure Pipelines #252

Closed FejZa closed 6 months ago

bdovaz commented 6 months ago

@FejZa why this change from github to azure?

FejZa commented 6 months ago

Because I like Azure DevOps more and the GitHub workflow never really worked.

FejZa commented 6 months ago

The new pipeline will be not only validating the PRs but also deploying the release to the marketplace as well. All of this can be done with GitHub workflows as well, I know that. It's just not where I feel at home.

bdovaz commented 6 months ago

Ok, it was simply because with the repository being on GitHub if you use GitHub workflows it feels like the ecosystem is more integrated without having to leave GitHub.

Personally I too have more experience with Azure pipelines but because in my case we have the repositories and the whole ecosystem in Azure DevOps.