From 050fdcff630539991c0716188c0127a418a273cf Mon Sep 17 00:00:00 2001 From: "maxime.rocher" Date: Tue, 4 Feb 2025 10:33:42 +0100 Subject: [PATCH] test CI 5 --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 92530f9..54bbdce 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,10 +31,11 @@ steps: image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - cd WF-WebAdmin/WF-WebAdmin - # Lancer la build avec les analyzers pour détecter d'éventuelles alertes - - dotnet build WF-WebAdmin.csproj -c Release --no-restore /p:RunAnalyzers=true + - dotnet restore WF-WebAdmin.csproj + - dotnet build WF-WebAdmin.csproj -c Release /p:RunAnalyzers=true depends_on: [build] + - name: docker_build image: plugins/docker settings: