From 7c314aa3ae369f73ccae25340d4cc0c852b90d12 Mon Sep 17 00:00:00 2001 From: Jens True Date: Mon, 14 Feb 2022 19:58:05 +0100 Subject: [PATCH] Drone integration --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..a13720b --- /dev/null +++ b/.drone.yml @@ -0,0 +1,7 @@ +kind: pipeline +name: default +steps: +- name: build + image: mcr.microsoft.com/dotnet/sdk:6.0 + commands: + - dotnet publish -c Debug -o out -r win-x86 --self-contained true \ No newline at end of file