Update (Vu_homePage): Drone file

pull/2/head
Louis DUFOUR 2 years ago
parent 1c0539661e
commit bcdbcc11eb

@ -14,6 +14,7 @@ steps:
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest
commands: commands:
- dotnet tool install -g CSharpier # Installez CSharpier si necessaire - 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 - cd src/BookApp
- csharpier --check . # Verifie le formatage - csharpier --check . # Verifie le formatage
- csharpier --write . # Applique le formatage - csharpier --write . # Applique le formatage

Loading…
Cancel
Save