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