ben
/
aoc
1
0
Fork 0
aoc/.drone.yml

10 lines
144 B
YAML
Raw Permalink Normal View History

2022-10-27 16:06:12 +00:00
---
kind: pipeline
name: run
steps:
2023-09-18 22:16:37 +00:00
- name: unit tests
2024-05-30 14:13:34 +00:00
image: mcr.microsoft.com/dotnet/sdk:9.0-preview
2022-10-27 16:06:12 +00:00
commands:
- dotnet test