From da557a8c3b9eb9de594b3ac0cd73854cb8d9171c Mon Sep 17 00:00:00 2001 From: Xander Sigler Date: Mon, 17 Jan 2022 17:03:01 -0800 Subject: [PATCH] Added step for drone nuget package --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 9a4484e..ad38bf9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,11 @@ steps: image: busybox commands: - echo 'Starting build pipeline for RadarrSharp' +- name: build-nuget + image: plugins/drone-nuget + commands: + - echo 'Starting nuget build' + - name: finish image: busybox commands: