Change to use dotnet docker image to build the nuget
continuous-integration/drone/push Build is failing Details

Xander Sigler 3 years ago
parent 9e3c770441
commit 878a100fcd

@ -8,6 +8,13 @@ steps:
commands: commands:
- echo 'Starting build pipeline for RadarrSharp' - 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 - name: build-nuget
image: plugins/drone-nuget image: plugins/drone-nuget
commands: commands:

Binary file not shown.
Loading…
Cancel
Save