Updated drone ci to create .nupkg
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Xander Sigler 2022-01-17 17:12:45 -08:00
parent da557a8c3b
commit 9e3c770441
3 changed files with 5 additions and 1 deletions

View File

@ -7,10 +7,13 @@ steps:
image: busybox
commands:
- echo 'Starting build pipeline for RadarrSharp'
- name: build-nuget
image: plugins/drone-nuget
commands:
- echo 'Starting nuget build'
- ls
- dotnet pack -o .
- ls
- name: finish
image: busybox

Binary file not shown.

View File

@ -5,6 +5,7 @@
<Authors>97WaterPolo</Authors>
<Company>Siglerdev</Company>
<PackageId>RadarrSharp-Siglerdev</PackageId>
<Version>1.0.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>