Change to use dotnet docker image to build the nuget
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
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…
x
Reference in New Issue
Block a user