Skip to content

Commit 853c680

Browse files
committed
Correct .net project path
1 parent 552f8cb commit 853c680

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- name: Setup .NET
2121
uses: actions/setup-dotnet@v4
2222
with:
23-
dotnet-version: 8.0.x
23+
dotnet-version: 10.0.x
2424
- name: Restore dependencies
25-
run: dotnet restore
25+
run: dotnet restore src/CSharp/Rsk.AuthZen.sln
2626
- name: Build
27-
run: dotnet build --no-restore
27+
run: dotnet build src/CSharp/Rsk.AuthZen.sln --no-restore
2828
- name: Test
29-
run: dotnet test --no-build --verbosity normal
29+
run: dotnet test src/CSharp/Rsk.AuthZen.sln --no-build --verbosity normal

0 commit comments

Comments
 (0)