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] ---