Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Add .NET Core workflow for publishing NuGet packages
- New: Add a new GitHub Actions workflow named ".NET Core - Publish NuGet Packages". - New: Set environment variables `COMMON_SETTINGS_PATH` and `BASE_RUN_NUMBER`. - New: Trigger the workflow manually using `workflow_dispatch`. - New: Print the GitHub run number. - New: Set a version number using the GitHub run number and `BASE_RUN_NUMBER`, and store it in the environment variable `VERSION`. - New: Print the `VERSION` environment variable. - All steps remains the same as original GitHub Action - New: Create a GitHub release draft with the new version number and release notes.
- Loading branch information