Add GitHub Actions workflow for NuGet packaging (consolidated)#1546
Merged
Conversation
3da4a2a to
f70ac34
Compare
Contributor
Summary - All Code Coverage (ubuntu-latest)
|
This was referenced Jul 16, 2025
44771fc to
c516ed1
Compare
09fcd58 to
9098bc8
Compare
9098bc8 to
6ba6fc7
Compare
6ba6fc7 to
0d1511f
Compare
8a81785 to
e95b020
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR replaces Nerdbank.GitVersioning (NBGV) with simpler custom versioning logic and migrates from Azure DevOps to GitHub Actions for NuGet packaging, signing, and deployment.
- Removes NBGV dependencies and configuration files, implementing custom version calculation in GitHub Actions
- Introduces a comprehensive GitHub Actions workflow for building, signing, and deploying packages to both development feeds and nuget.org
- Updates CI/CD workflows to remove NBGV-related steps and build server detection logic
Reviewed Changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| versions.props | Removes NerdbankGitVersioning package reference |
| version.json | Deletes NBGV configuration file |
| shared.props | Removes NBGV package reference from all projects |
| shared-package.props | Adds manual version properties and updates CI detection |
| build/package.yml | Deletes Azure DevOps packaging pipeline |
| .github/workflows/package.yml | Implements comprehensive GitHub Actions packaging workflow |
| .github/workflows/*.yml | Removes NBGV-related steps from CI workflows |
| src/Steeltoe.All.sln | Updates solution file references and removes build folder |
c32b9c8 to
483e4a5
Compare
d4435be to
1f41e34
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
Replaces NBGV with simpler logic to determine the Steeltoe package version.
Replaces Azure DevOps packaging, signing and uploading with a GitHub Actions workflow.
This PR consolidates the changes from #1538 and #1544.
Fixes #1543. Fixes #1512.
Quality checklist
If your change affects other repositories, such as Documentation, Samples and/or MainSite, add linked PRs here.