add dotnet build
All checks were successful
Game Ideas build for PR / build_blazor_app (pull_request) Successful in 30s

This commit is contained in:
2025-04-03 19:32:05 +02:00
parent 51a037af8a
commit fbe4a591a3

View File

@@ -19,7 +19,7 @@ jobs:
dotnet-version: '9' dotnet-version: '9'
- name: Build Blazor App - name: Build Blazor App
run: ./src/GameIdeas/Client/GameIdeas.BlazorApp/GameIdeas.BlazorApp.csproj run: dotnet build ./src/GameIdeas/Client/GameIdeas.BlazorApp/GameIdeas.BlazorApp.csproj
- name: Build API App - name: Build API App
run: ./src/GameIdeas/Server/GameIdeas.WebAPI/GameIdeas.WebAPI.csproj run: dotnet build ./src/GameIdeas/Server/GameIdeas.WebAPI/GameIdeas.WebAPI.csproj