Bart wrote:orimarc wrote:Another thing is that you now can have a centralized "TODO: fix this stuff" list with the Issues tab.
That's a good idea! We should leverage these features. Truth be told Azure DevOps is even better than GitHub but I don't think it's a great place for a public repo.
I agree, Azure Pipelines is easier for automated releases but haven't seen it popular as public repo. It is very popular in corporate though. Normally you'd write a YAML that defines the job and has triggers for build/release like merge to master and runs on a VM in the cloud. I usually create pipelines for test automation but my experience is C#.
I remember trying GitHub Actions couple years back on a Java codebase and it's pretty similar to how Azure Pipelines does it. There were some different keywords here and there but it all starts with defining the YAML.