Skip to content

Commit 92cfc23

Browse files
authored
Update dotnet-ci.yaml
Fixed solution name mismatch in CI pipeline
1 parent 5f2c509 commit 92cfc23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ARES OS Continuous Integration
1+
name: Educational ARES Continuous Integration
22

33
on:
44
push:
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
env:
13-
SOLUTION_FILE: 'AresOS.sln'
13+
SOLUTION_FILE: 'Educational-ARES.sln'
1414

1515
jobs:
1616
build-and-test:

0 commit comments

Comments
 (0)