We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f9013 commit 22c1e1eCopy full SHA for 22c1e1e
.github/workflows/dotnet.yml
@@ -22,7 +22,7 @@ jobs:
22
dotnet-version: 10.0.x
23
24
- name: Restore dependencies
25
- run: dotnet restore CleanArchitecture.Blazor.sln
+ run: dotnet restore CleanArchitecture.Blazor.slnx
26
- name: Build
27
- run: dotnet build CleanArchitecture.Blazor.sln --configuration Debug --no-restore
+ run: dotnet build CleanArchitecture.Blazor.slnx --configuration Debug --no-restore
28
0 commit comments