Update build and add deploy pipeline #25

Merged
Egamorf merged 8 commits from feature/deploy-to-server into main 2025-04-27 23:31:29 +02:00
Showing only changes of commit eba9dfa4cf - Show all commits

View File

@@ -19,7 +19,7 @@ jobs:
dotnet-version: '9.0.x'
- name: Restore dependencies
run: dotnet restore
run: dotnet restore ./src/GamesIdeas
- name: Build API
run: dotnet build ./src/GameIdeas/Server/GameIdeas.WebAPI/GameIdeas.WebAPI.csproj --configuration Release