diff --git a/.drone.yml b/.drone.yml index 147823b..69d2692 100644 --- a/.drone.yml +++ b/.drone.yml @@ -60,7 +60,7 @@ steps: - dotnet tool install -g --version 6.5.0 Swashbuckle.AspNetCore.Cli - cd ../ - dotnet build webAPI.sln -c Release --no-restore - - dotnet publish webAPI.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release + - dotnet publish webAPI.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release - export PATH="$PATH:/root/.dotnet/tools" - dotnet swagger tofile --output /docs/swagger.json API/bin/Release/net8.0/API.dll v1 depends_on: [build,tests]