aoc2020/.drone.yml

10 lines
132 B
YAML
Raw Permalink Normal View History

2020-12-01 05:52:34 +00:00
---
kind: pipeline
name: run
steps:
- name: run
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- dotnet test