From 9bf705e9e2828d76ebc9883b48109bced19adae5 Mon Sep 17 00:00:00 2001 From: sl4am1337 Date: Tue, 16 Apr 2024 18:51:26 +0200 Subject: [PATCH] Add .drone.yml --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..6ef91aa --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +kind: pipeline +name: default + +platform: + os: linux + arch: amd64 + +steps: +- name: build-test + image: mcr.microsoft.com/dotnet/core/sdk:latest + commands: + - dotnet restore + - dotnet build \ No newline at end of file