Skip to content

Commit ddaa9dd

Browse files
committed
2 parents 45505f0 + 10546ac commit ddaa9dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161

6262

6363
- name: Restore dependencies
64-
run: dotnet restore CleanArchitecture.Blazor.sln
64+
run: dotnet restore CleanArchitecture.Blazor.slnx
6565
- name: Build
66-
run: dotnet build CleanArchitecture.Blazor.sln --configuration Debug --no-restore
66+
run: dotnet build CleanArchitecture.Blazor.slnx --configuration Debug --no-restore
6767

6868

.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)