Update .drone.yml

Fix ci for nuget.
This commit is contained in:
ruberoid 2024-03-21 18:54:15 +00:00
parent 1d785d9059
commit a1ccc6aaf0

View File

@ -38,5 +38,5 @@ steps:
from_secret: nuget_api_key
commands:
- dotnet pack ./local-env/telegram-listener/src/Nocr.TelegramListener.Async.Api.Contracts/Nocr.TelegramListener.Async.Api.Contracts.csproj
- dotnet nuget push bin/*/*.nupkg --api-key $NUGETAPIKEY --source https://api.nuget.org/v3/index.json
- dotnet nuget push /local-env/telegram-listener/src/Nocr.TelegramListener.Async.Api.Contracts/bin/*/*.nupkg --api-key $NUGETAPIKEY --source https://api.nuget.org/v3/index.json