diff --git a/.drone.yml b/.drone.yml index 50a1655..8282f10 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,13 @@ steps: commands: - echo 'Starting build pipeline for RadarrSharp' +- name: test + image: mcr.microsoft.com/dotnet/sdk:5.0 + commands: + - ls + - dotnet pack -o . + - ls + - name: build-nuget image: plugins/drone-nuget commands: diff --git a/RadarrSharp-Siglerdev.1.0.1.nupkg b/RadarrSharp-Siglerdev.1.0.1.nupkg deleted file mode 100644 index e62b8b3..0000000 Binary files a/RadarrSharp-Siglerdev.1.0.1.nupkg and /dev/null differ