Files
YABA/.woodpecker/.api_build.yaml

16 lines
369 B
YAML

skip_clone: true
when:
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