Migrate to standard .NET NuGet packaging workflow#94
Merged
jacqueskang merged 5 commits intomainfrom Dec 20, 2025
Merged
Conversation
- Replace custom version.yml with Directory.Build.props (standard approach) - Update version to 1.2.0 in Directory.Build.props - Refactor CI workflow to read version from Directory.Build.props - Create new release workflow triggered by git tags (v*.*.*) - Simplify PR validation workflow to standard practices - Update all workflows to use .NET 10.0.x Changes: - CI: Publishes pre-release packages (1.2.0-ci.N) on develop branch - Release: Publishes production packages (1.2.0) on git tags - PR: Build and test validation without version enforcement
- Generate .trx files with --logger flag - Upload test results in PR, CI, and release workflows
- Display test results directly in PR checks - Show pass/fail summary and failed test details - Add to PR validation, CI, and release workflows
- Collect code coverage with XPlat Code Coverage - Generate coverage summary report - Post coverage results as PR comment with badge - Add coverage thresholds (60% warning, 80% good)
- Create comprehensive CONTRIBUTING.md - Document development workflow and setup - Add code guidelines and testing requirements - Explain PR process and commit conventions - Include release process for maintainers - Add contributing section to README
|
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.
Changes: