From 11b89fefcec76d5fec32aa0d4f551f967d255f73 Mon Sep 17 00:00:00 2001 From: RemRem et ToTo Date: Wed, 10 May 2023 09:38:51 +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 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: