Closed Gigas002 closed 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
OK. Merged.
Can you explain what the dotnet.yml file is and why I should merge it?
Sorry, not familiar it.