try drone
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2019-12-06 13:48:13 -05:00
parent 17506f7a29
commit d5f9ca0bbc
1 changed files with 14 additions and 0 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
---
kind: pipeline
name: run
trigger:
branch:
- master
steps:
- name: run
image: mcr.microsoft.com/dotnet/core/sdk:latest
commands:
- dotnet run