diff --git a/.drone.yml b/.drone.yml index a11fae0..0a5a26f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ steps: image: busybox commands: - echo 'Starting build pipeline for RadarrSharp' + - echo ${DRONE_BUILD_NUMBER} - name: test image: mcr.microsoft.com/dotnet/sdk:5.0 @@ -16,13 +17,6 @@ steps: - dotnet pack -o . - ls -- name: build-nuget - image: plugins/drone-nuget - commands: - - ls - - dotnet pack -o . - - ls - - name: finish image: busybox commands: