Skip to content

Commit 4b07081

Browse files
committed
Consolidate GitHub workflows and update to .NET 8.0
Changes: - Removed redundant tests.yml workflow - Updated ci-cd.yml to use .NET 8.0.x (from 6.0.x) - Single comprehensive CI/CD pipeline now handles all testing, coverage, and analysis The ci-cd.yml workflow provides: - Build and test execution - Code coverage collection and reporting - Coverage badges and PR comments - Code quality analysis with dotnet format - Efficient NuGet package caching This eliminates duplicate test runs and reduces GitHub Actions minutes usage.
1 parent 7a67d4d commit 4b07081

2 files changed

Lines changed: 1 addition & 53 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ main, develop, developv2 ]
88

99
env:
10-
DOTNET_VERSION: '6.0.x'
10+
DOTNET_VERSION: '8.0.x'
1111

1212
jobs:
1313
build-and-test:

.github/workflows/tests.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)