File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,10 @@ jobs:
34
34
run : dotnet build ./Blazor-Server-Demos/Blazor_Server_Demos_NET8.csproj
35
35
- name : Build Server NET 9
36
36
run : dotnet build ./Blazor-Server-Demos/Blazor_Server_Demos_NET9.csproj
37
- - name : Build WebApp NET 8
38
- run : dotnet build ./Blazor-WebApp-Demos/Blazor_WebApp_Demos/Blazor_WebApp_Demos.csproj
39
- - name : Build WebApp NET 9
40
- run : dotnet build ./Blazor-WebApp-Demos/Blazor_WebApp_Demos/Blazor_WebApp_Demos_NET9.csproj
41
37
- name : Build WASM NET 8
42
- run : dotnet build ./Blazor-WASM-Demos/Blazor_WASM_Demos_NET8.csproj
38
+ run : dotnet build ./Blazor-WASM-Demos/Blazor_WASM_Demos/ Blazor_WASM_Demos_NET8.csproj
43
39
- name : Build WASM NET 9
44
- run : dotnet build ./Blazor-WASM-Demos/Blazor_WASM_Demos_NET9.csproj
40
+ run : dotnet build ./Blazor-WASM-Demos/Blazor_WASM_Demos/ Blazor_WASM_Demos_NET9.csproj
45
41
- name : Build MAUI NET 8
46
42
run : dotnet build ./Blazor-MAUI-Demos/Blazor_MAUI_Demos_NET8.csproj
47
43
- name : Build MAUI NET 9
You can’t perform that action at this time.
0 commit comments