Updated drone ci to create .nupkg
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
da557a8c3b
commit
9e3c770441
@ -7,10 +7,13 @@ steps:
|
|||||||
image: busybox
|
image: busybox
|
||||||
commands:
|
commands:
|
||||||
- echo 'Starting build pipeline for RadarrSharp'
|
- echo 'Starting build pipeline for RadarrSharp'
|
||||||
|
|
||||||
- name: build-nuget
|
- name: build-nuget
|
||||||
image: plugins/drone-nuget
|
image: plugins/drone-nuget
|
||||||
commands:
|
commands:
|
||||||
- echo 'Starting nuget build'
|
- ls
|
||||||
|
- dotnet pack -o .
|
||||||
|
- ls
|
||||||
|
|
||||||
- name: finish
|
- name: finish
|
||||||
image: busybox
|
image: busybox
|
||||||
|
BIN
RadarrSharp-Siglerdev.1.0.1.nupkg
Normal file
BIN
RadarrSharp-Siglerdev.1.0.1.nupkg
Normal file
Binary file not shown.
@ -5,6 +5,7 @@
|
|||||||
<Authors>97WaterPolo</Authors>
|
<Authors>97WaterPolo</Authors>
|
||||||
<Company>Siglerdev</Company>
|
<Company>Siglerdev</Company>
|
||||||
<PackageId>RadarrSharp-Siglerdev</PackageId>
|
<PackageId>RadarrSharp-Siglerdev</PackageId>
|
||||||
|
<Version>1.0.1</Version>
|
||||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user