Build number
continuous-integration/drone/push Build is passing Details

Xander Sigler 3 years ago
parent 8d31eb9c74
commit 5a750948ea

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

Loading…
Cancel
Save