diff --git a/.drone.yml b/.drone.yml index 894663d..1e1bd78 100644 --- a/.drone.yml +++ b/.drone.yml @@ -49,7 +49,7 @@ steps: - name: retore & build image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - - dotnet build --configuration Release + - dotnet build WF_EF_Api/WF_EF_Api.sln --configuration Release depend_on: [clone] - name: test