demo/ci.drone.yml
2024-06-21 22:17:29 +08:00

9 lines
150 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- dotnet build
- dotnet test