diff --git a/.drone.yml b/.drone.yml index e8849bd..cab80f0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -66,7 +66,7 @@ steps: commands: - dotnet new tool-manifest - dotnet tool install NSwag.ConsoleCore - - dotnet restore + - dotnet restore WF_EF_Api/WF_EF_Api.sln - cd WF_EF_Api/WfApi - dotnet nswag aspnetcore2openapi /output:/doc/swagger.json depends_on: [clone, retore & build]