From bcdbcc11eb1713e9be7934875eff2e4f88e6ad74 Mon Sep 17 00:00:00 2001 From: Louis DUFOUR Date: Wed, 6 Sep 2023 22:40:09 +0200 Subject: [PATCH] Update (Vu_homePage): Drone file --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 9be85ca..9a8a2fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,6 +14,7 @@ steps: image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest commands: - dotnet tool install -g CSharpier # Installez CSharpier si necessaire + - export PATH="$PATH:/root/.dotnet/tools" # Ajoutez le chemin des outils .NET Core au PATH - cd src/BookApp - csharpier --check . # Verifie le formatage - csharpier --write . # Applique le formatage