From cfe199a64db1d32eaf0231c1a91f8c3f3ab7b41e Mon Sep 17 00:00:00 2001 From: Leni BEAULATON Date: Wed, 2 Apr 2025 17:28:54 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drone3 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 530d776..894663d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,7 +25,7 @@ steps: - name: publish image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - - dotnet publish -c Release -o out + - dotnet publish WF_EF_Api/WfApi/WfApi.csproj -c Release -o out depends_on: [retore & build, test] ---