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:
3434 run : dotnet build ./Blazor-Server-Demos/Blazor_Server_Demos_NET8.csproj
3535 - name : Build Server NET 9
3636 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
4137 - 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
4339 - 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
4541 - name : Build MAUI NET 8
4642 run : dotnet build ./Blazor-MAUI-Demos/Blazor_MAUI_Demos_NET8.csproj
4743 - name : Build MAUI NET 9
You can’t perform that action at this time.
0 commit comments