commit 9bf705e9e2828d76ebc9883b48109bced19adae5 Author: sl4am1337 Date: Tue Apr 16 18:51:26 2024 +0200 Add .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