Update .drone.yml
This commit is contained in:
parent
b76a269bbc
commit
f986c88840
@ -38,7 +38,7 @@ steps:
|
||||
NUGETAPIKEY:
|
||||
from_secret: nuget_musk_api_key
|
||||
commands:
|
||||
- dotnet nuget add source --name musk https://gitea.musk.fun/api/packages/ruberoid/nuget/index.json
|
||||
- dotnet nuget add source --name musk https://gitea.musk.fun/api/packages/nocr/nuget/index.json
|
||||
- dotnet pack ./local-env/telegram-listener/Nocr.TelegramListener.sln -o ./local-env/telegram-listener/bin
|
||||
- dotnet nuget push ./local-env/telegram-listener/bin/*Contract*.nupkg --api-key $NUGETAPIKEY --source musk --skip-duplicate
|
||||
|
||||
@ -63,7 +63,7 @@ steps:
|
||||
NUGETAPIKEY:
|
||||
from_secret: nuget_musk_api_key
|
||||
commands:
|
||||
- dotnet nuget add source --name musk https://gitea.musk.fun/api/packages/ruberoid/nuget/index.json
|
||||
- dotnet nuget add source --name musk https://gitea.musk.fun/api/packages/nocr/nuget/index.json
|
||||
- dotnet pack ./local-env/text-matcher/Nocr.TextMatcher.sln -o ./local-env/text-matcher/bin
|
||||
- dotnet nuget push ./local-env/text-matcher/bin/*Contract*.nupkg --api-key $NUGETAPIKEY --source musk --skip-duplicate
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user