ironfede / openmcdf

Microsoft Compound File .net component - pure C# - netstandard 2.0
Mozilla Public License 2.0
297 stars 73 forks source link

Continious integration using Azure Pipe Lines #46

Closed michaelp closed 5 years ago

michaelp commented 5 years ago
Numpsy commented 4 months ago

I choose Azure pipelines since they are free and I find their integration with Github superior to other alternatives

Would there be any thoughts or objections to the idea of changing it to use GitHub actions?

Reasoning: The current CI setup doesn't seem to integrate status reporting into pull requests (even though the builds are actually being done over in Azure), and I think GitHub actions is up to doing everything needed now (running the CI builds on both Windows and Linux for example)

Numpsy commented 4 months ago

Ok, looking again I see that there are results visible here for merges to the main branch, but not for pull requests, so maybe it's just that the config needs tweaking to get PR results.