started configuring droneCI
continuous-integration/drone/push Build is passing Details

drone
Evan Hemsley 2020-02-20 14:05:42 -08:00
parent 97218298c0
commit 035e7b1a1c
1 changed files with 9 additions and 0 deletions

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: default
steps:
- name: build
image: mcr.microsoft.com/dotnet/core/sdk:3.1
commands:
- dotnet build