continuity/.gitea/workflows/server.yaml
Timothy Schenk 3ef0695822
Some checks failed
Test if Server can be built / build-server (push) Failing after 37s
ci: try to use github setup-dotnet action
2023-08-13 18:58:54 +02:00

13 lines
341 B
YAML

name: Test if Server can be built
run-name: ${{ gitea.actor }} is building the Server application
on: [ push ]
jobs:
build-server:
steps:
- uses: actions/checkout@v3
- name: Setup dotnet
uses: https://github.com/actions/setup-dotnet@v3
with:
global-json-file: global.json
- run: dotnet build Server