Files
YABA/.woodpecker/.api_build.yaml
Carl Tibule 19fab91db9
Some checks failed
ci/woodpecker/tag/web_uploadimage Pipeline failed
ci/woodpecker/tag/api_build Pipeline was successful
ci/woodpecker/tag/api_uploadimage Pipeline failed
Removed skipped clone, fixed wrong syntax for conditional filtering
2024-04-01 22:52:21 -05:00

14 lines
344 B
YAML

when:
- event: [push, pull_request, tag]
branch: [api/*]
refs: [ref/tags/APIDEV-*, ref/tags/API-*]
steps:
- name: (YABA.API) Build and run tests
when:
- event: [push, pull_request, tag]
branch: [api/*]
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- dotnet build ./API
- dotnet test ./API