Files
YABA/.woodpecker.yaml
Carl Tibule 433a8d78a4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Temporarily removed deployment of Docker image
2024-03-21 23:13:50 -05:00

6 lines
133 B
YAML

steps:
- name: BuildAPI
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- dotnet build ./API
- dotnet test ./