drewnoakes / metadata-extractor-dotnet

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Other
915 stars 158 forks source link

Add GitHub CI workflow #383

Closed drewnoakes closed 5 months ago

drewnoakes commented 5 months ago

I'm experimenting with GitHub actions for various purposes such as CI builds and automated releases. This is a first attempt.

drewnoakes commented 5 months ago

If I can get GitHub to build .NET Framework too, I think we can drop AppVeyor. The GitHub action legs are much faster than both AppVeyor and Azure Pipelines, it seems.

drewnoakes commented 5 months ago

FYI @iamcarbon I renamed the default branch from master to main.