We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c1e1e commit 10546acCopy full SHA for 10546ac
1 file changed
.github/workflows/codeql-analysis.yml
@@ -61,8 +61,8 @@ jobs:
61
62
63
- name: Restore dependencies
64
- run: dotnet restore CleanArchitecture.Blazor.sln
+ run: dotnet restore CleanArchitecture.Blazor.slnx
65
- name: Build
66
- run: dotnet build CleanArchitecture.Blazor.sln --configuration Debug --no-restore
+ run: dotnet build CleanArchitecture.Blazor.slnx --configuration Debug --no-restore
67
68
0 commit comments