From 035e7b1a1c55c77cfc43bb88b0e6c6cdb14abe46 Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Thu, 20 Feb 2020 14:05:42 -0800 Subject: [PATCH] started configuring droneCI --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..dd44bc8 --- /dev/null +++ b/.drone.yml @@ -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