demo/.drone.yml
Admin 6afded7106
All checks were successful
continuous-integration/drone/push Build is passing
改名
2024-06-21 22:20:42 +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