Commit 7bd94a8
committed
Add job to publish artifacts to NuGet in GithubActions.yml
Added a new job "Publish Build Artifacts to NuGet Feed" in GithubActions.yml. This job, running on a PowerShell shell, pushes the build artifacts (.nupkg files) to a NuGet feed using the `dotnet nuget push` command. The API key and source are fetched from GitHub secrets and variables respectively. This change enables distribution of build artifacts to users via the NuGet package manager.1 parent 698a472 commit 7bd94a8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
380 | | - | |
| 380 | + | |
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
| |||
0 commit comments