GitHub Actions - KevinDHeath/NuGetPackages GitHub Wiki
.NET Build
This internal reusable workflow is called by other actions. It can also be manually initiated.

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.

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

Referenced Actions
❌ No longer used
- actions/setup-dotnet (default .NET version is now 8.0.x)
-
tj-actions/branch-name (use
github.ref_nameinstead)
Notes
February 7, 2024 - Updated actions for Node.js 20
See Transitioning from Node 16 to Node 20 for more information.