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

This commit is contained in:
Xander Sigler 2022-01-17 17:15:01 -08:00
parent 9e3c770441
commit 878a100fcd
2 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,13 @@ steps:
commands:
- 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
image: plugins/drone-nuget
commands:

Binary file not shown.