diff --git a/.drone.yml b/.drone.yml index f5a63d1..2f025bb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,8 +16,9 @@ steps: - 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/ - - csharpier --check . # Verifie le formatage - - csharpier --write . # Applique le formatage + - dotnet-csharpier --check . # Verifie le formatage + - dotnet-csharpier --write . # Applique le formatage + - name: build image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest