Debug build and x86
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jens True 2021-10-19 08:58:19 +00:00
parent b7b1cab39c
commit bc9a13f69f

@ -4,4 +4,4 @@ steps:
- name: build - name: build
image: mcr.microsoft.com/dotnet/sdk:6.0 image: mcr.microsoft.com/dotnet/sdk:6.0
commands: commands:
- dotnet publish -c release -o out -r win-x64 --self-contained true - dotnet publish -c Debug -o out -r win-x86 --self-contained true