From 9e5d0909a5cf743708318ee68496cfcd419d0959 Mon Sep 17 00:00:00 2001 From: RemRem et ToTo Date: Fri, 5 May 2023 14:50:48 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3ef59a3..c2cc522 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,4 +14,4 @@ steps: image : mcr.microsoft.com/dotnet/sdk:7.0 commands: - cd ParionsCuite/ - - dotnet build ParionsCuite.sln -c Release --no-restore + - dotnet build ParionsCuite.sln -c Debug --no-restore