Added step for drone nuget package
continuous-integration/drone/push Build is passing Details

Xander Sigler 3 years ago
parent 423a3945cb
commit da557a8c3b

@ -7,6 +7,11 @@ steps:
image: busybox image: busybox
commands: commands:
- echo 'Starting build pipeline for RadarrSharp' - echo 'Starting build pipeline for RadarrSharp'
- name: build-nuget
image: plugins/drone-nuget
commands:
- echo 'Starting nuget build'
- name: finish - name: finish
image: busybox image: busybox
commands: commands:

Loading…
Cancel
Save