From cd55b0338a7c5b668aac38f1c72ac13eea224d24 Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Sat, 13 May 2023 15:26:22 +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 4ce5839..2b42980 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: commands: - cd MangaMap/ - dotnet restore MangaMap.sln - - dotnet build MangaMap.sln -c Release --no-restore + - dotnet build MangaMap.sln -c Debug --no-restore - dotnet publish MangaMap.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release - name: tests