WinForms builds are not supported on linux hosts

This commit is contained in:
Jens Christian True 2022-05-02 10:24:02 +02:00
parent 660b5a8e49
commit 1782e15fd7

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