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