GitHub Actions - KevinDHeath/NuGetPackages GitHub Wiki

.NET Build

This internal reusable workflow is called by other actions. It can also be manually initiated.

dotnet


Run Tests

The 🚥 Run Tests action is manually initiated anytime the coverage reports need to be produced. The PowerShell script can also be run locally to check for any failures before pushing changes to GitHub.
See the Testing > Code coverage reports section for instructions on using the ReportGenerator tool locally.

tests


Event triggers

The ♾️ Pull Request Merge and 📦 Publish Packages actions are initiated by repository events.

dotnet


Referenced Actions

❌ No longer used

Notes

February 7, 2024 - Updated actions for Node.js 20
See Transitioning from Node 16 to Node 20 for more information.

⚠️ **GitHub.com Fallback** ⚠️