about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.drone.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..f62f38f
--- /dev/null
+++ b/.drone.yml
@@ -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
+