Update pipeline

Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
2025-04-03 19:34:19 +02:00
parent 62c33b9cc1
commit ab17a08b2b

View File

@@ -8,6 +8,7 @@ on:
jobs:
build_blazor_app:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
@@ -18,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