kuiperzone / AvantGarde

Avalonia XAML Preview for Linux and Windows
GNU General Public License v3.0
228 stars 10 forks source link

Generate simple configuration for Github Actions #5

Closed Gigas002 closed 2 years ago

kuiperzone commented 2 years ago

Can you explain what the dotnet.yml file is and why I should merge it?

Sorry, not familiar it.

Gigas002 commented 2 years ago

Ah, sorry. It’s file for GitHub actions workflow. It is needed for continuous integration/continuous deploy through GitHub. In simple words, after each push of commit or pull request, it runs the mentioned in ‘dotnet.yml’ actions, e.g. auto build and test.

Here's the most simple example of this in dotnet repo: https://github.com/actions/setup-dotnet

kuiperzone commented 2 years ago

OK. Merged.