Skip to content

Commit 0ab49b7

Browse files
committed
Merge conflict resolution: Updated .github/workflows/dotnet.yml to include both main and develop branches with .NET 9.0.x
2 parents 34c46a3 + 1c39e91 commit 0ab49b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
run: dotnet restore
2626
- name: Build
2727
run: dotnet build --no-restore
28-
# - name: Test
29-
#-- run: dotnet test --no-build --verbosity normal
28+
- name: Test
29+
run: dotnet test --no-build --verbosity normal

0 commit comments

Comments
 (0)