diff --git a/.drone.yml b/.drone.yml index 6e98d3a..a13720b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,4 +4,4 @@ steps: - name: build image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - - dotnet publish -c release -o out -r win-x64 --self-contained true \ No newline at end of file + - dotnet publish -c Debug -o out -r win-x86 --self-contained true \ No newline at end of file