From 237d2a1eb3e4c7663db1e4d3de7f650523762da6 Mon Sep 17 00:00:00 2001 From: RemRem et ToTo Date: Thu, 11 May 2023 09:25:32 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index fce642e..15c3cae 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,9 +16,9 @@ steps: - name: build image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest commands: - - cd ParionsCuite + - cd ParionsCuite/ParionsCuite - dotnet restore ParionsCuite.sln - - dotnet build ParionsCuite.sln -c Release --no-restore + - dotnet build ParionsCuite.sln -c Release --no-restore --platform net7.0 - dotnet publish ParionsCuite.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release - name: tests image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest