Add .drone.yml

This commit is contained in:
sl4am1337 2024-04-16 18:51:26 +02:00
commit 9bf705e9e2
1 changed files with 13 additions and 0 deletions

13
.drone.yml Normal file
View File

@ -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