Added nuget push!
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Xander Sigler 2022-01-18 10:45:16 -08:00
parent 6f1fc9ad90
commit 6e6d95ba40

View File

@ -16,6 +16,7 @@ steps:
- dotnet build
- dotnet pack --version-suffix ${DRONE_BUILD_NUMBER} -o .
- ls
- dotnet nuget push *.nupkg --api-key oy2adzrarabcfh2xhpvq5um34wvzkf4e5kt5dk52yn7xvm --source https://api.nuget.org/v3/index.json
- name: finish
image: busybox