aoc2021/.drone.yml

10 lines
163 B
YAML
Raw Permalink Normal View History

2021-11-11 05:22:03 +00:00
---
kind: pipeline
name: run
steps:
- name: run
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
2021-12-10 18:13:27 +00:00
- "dotnet test -l 'console;verbosity=detailed'"