Conversation
…esults publishing logic
… disable annotations in matrix job reporting and move them into final report push for a consolidated view , this makes more sense now that tour files are named properly by os
…tforms and reduce max annotations
…reporting options
… reporting options
…ove unnecessary steps
…t reporting options
…esult parsing and summary generation
…prove reporting steps
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.
This pull request introduces several improvements and refinements to the CI/CD pipeline, focusing on test result reporting, artifact management, and configuration flexibility. The changes enhance how test results are named and aggregated, improve artifact upload logic, and update versioning configuration for better branch handling.
CI/CD Pipeline Improvements
ci-test.ymlfor building and running unit tests on multiple platforms, including steps for test result publishing, coverage reporting, and NuGet package handling.ci.yml) to support custom test results filenames, improved artifact upload logic, and added steps to aggregate and publish test results across platforms. [1] [2]release.yml) to use the new test results filename and directory options for consistent artifact naming and uploads.Test Results and Artifact Handling
build-and-testandpublish-test-resultsGitHub actions to accept custom test results filenames and directories, improving flexibility and artifact management. [1] [2] [3] [4]Versioning Configuration
GitVersion.ymlto improve branch regex matching for thedevbranch and ensure proper source branch tracking for hotfixes, supporting more robust versioning workflows. [1] [2]