Update .drone.yml
Fix ci for nuget.
This commit is contained in:
parent
1d785d9059
commit
a1ccc6aaf0
@ -38,5 +38,5 @@ steps:
|
|||||||
from_secret: nuget_api_key
|
from_secret: nuget_api_key
|
||||||
commands:
|
commands:
|
||||||
- dotnet pack ./local-env/telegram-listener/src/Nocr.TelegramListener.Async.Api.Contracts/Nocr.TelegramListener.Async.Api.Contracts.csproj
|
- 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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user