From af0bd10ce7c3456f4ffd21e09f63e8743a30052b Mon Sep 17 00:00:00 2001 From: Jens Christian True Date: Mon, 2 May 2022 10:20:08 +0200 Subject: [PATCH] WinForm Apps can not be built under linux --- .drone.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index a13720b..0000000 --- a/.drone.yml +++ /dev/null @@ -1,7 +0,0 @@ -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