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