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