add dotnet build
All checks were successful
Game Ideas build for PR / build_blazor_app (pull_request) Successful in 30s
All checks were successful
Game Ideas build for PR / build_blazor_app (pull_request) Successful in 30s
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
dotnet-version: '9'
|
||||
|
||||
- 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
|
||||
run: ./src/GameIdeas/Server/GameIdeas.WebAPI/GameIdeas.WebAPI.csproj
|
||||
run: dotnet build ./src/GameIdeas/Server/GameIdeas.WebAPI/GameIdeas.WebAPI.csproj
|
||||
Reference in New Issue
Block a user