demo/.drone.yml

9 lines
150 B
YAML
Raw Normal View History

2024-06-21 22:17:29 +08:00
kind: pipeline
name: default
steps:
- name: test
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- dotnet build
- dotnet test