diff --git a/.drone.yml b/.drone.yml index 270e57e..9a7cd0d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,8 +21,8 @@ steps: commands: - cd ParionsCuite - dotnet restore ParionsCuite.sln - - dotnet build ParionsCuite.sln -c Release --no-restore - - dotnet publish ParionsCuite.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release + - dotnet build ParionsCuite.sln -c Debug --no-restore + - dotnet publish ParionsCuite.sln -c Debug --no-restore -o $CI_PROJECT_DIR/build/release - name: tests image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest commands: