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