add drone config

This commit is contained in:
Ben Harris 2020-04-22 11:43:27 -04:00
parent ca1518a970
commit c1c77aaf8e
1 changed files with 10 additions and 0 deletions

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
---
kind: pipeline
name: run
steps:
- name: run
image: mcr.microsoft.com/dotnet/core/sdk:latest
commands:
- dotnet test