fix pipeline
Some checks failed
Game Ideas build for PR / build_blazor_app (pull_request) Failing after 26s

This commit is contained in:
2025-03-31 21:34:30 +02:00
parent 0c5629607d
commit 51a037af8a

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: ./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: ./src/GameIdeas/Server/GameIdeas.WebAPI/GameIdeas.WebAPI.csproj