Skip to content

Commit 22c1e1e

Browse files
authored
Update dotnet.yml
1 parent 07f9013 commit 22c1e1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
dotnet-version: 10.0.x
2323

2424
- name: Restore dependencies
25-
run: dotnet restore CleanArchitecture.Blazor.sln
25+
run: dotnet restore CleanArchitecture.Blazor.slnx
2626
- name: Build
27-
run: dotnet build CleanArchitecture.Blazor.sln --configuration Debug --no-restore
27+
run: dotnet build CleanArchitecture.Blazor.slnx --configuration Debug --no-restore
2828

0 commit comments

Comments
 (0)