Update pipeline
Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user