Added step for drone nuget package
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Xander Sigler 2022-01-17 17:03:01 -08:00
parent 423a3945cb
commit da557a8c3b

View File

@ -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: