Skip to content

Commit e29ab92

Browse files
committed
Fix CI
1 parent db106ee commit e29ab92

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/BuildAndTest.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ jobs:
1515
dotnet-version: 10.0.101
1616
- name: Build with dotnet
1717
run: |
18-
cd TMG-Framework
19-
dotnet build --configuration Release
18+
dotnet build -c Release
2019
- name: Unit Tests
2120
run: |
22-
cd TMG-Framework
23-
dotnet test
21+
dotnet test -c Release
2422

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ operating XTMF2.
1717

1818
### Requirements
1919

20-
1. DotNet Core 3.1+ SDK
20+
1. DotNet 10.0+ SDK
2121

2222
### Clone the TMG-Framework repository
2323

0 commit comments

Comments
 (0)