From e31cf741861d557e4b1d78565c42484bca4b4e2b Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Mon, 15 May 2023 10:03:43 +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 188c0c4..884d774 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest commands: - cd MangaMap/ - - dotnet restore MangaMap.sln --framework net7.0 + - dotnet restore MangaMap.sln - dotnet build MangaMap.sln -c Debug --no-restore --framework net7.0 - dotnet publish MangaMap.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release --framework net7.0