diff --git a/.drone.yml b/.drone.yml index a8c033c..04f1a01 100644 --- a/.drone.yml +++ b/.drone.yml @@ -60,7 +60,7 @@ steps: - dotnet publish HeartTrackAPI.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release - export PATH="$PATH:/root/.dotnet/tools" - swagger tofile --output /docs/swagger.json HeartTrackAPI/bin/Release/net8.0/HeartTrackAPI.dll v1 - + depends_on: [build,tests] - name: generate-and-deploy-docs image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer failure: ignore