optional step "disconnect source"
Some checks failed
build nuget workflow for TelegramBotBase project / Build-TelegramBotBase (x64, linux) (push) Failing after 34s
Some checks failed
build nuget workflow for TelegramBotBase project / Build-TelegramBotBase (x64, linux) (push) Failing after 34s
This commit is contained in:
parent
ec4bb85d40
commit
55027b92aa
@ -36,8 +36,9 @@ jobs:
|
||||
- name: Pack app
|
||||
run: dotnet pack --no-build $APP_PROJECT_NAME
|
||||
|
||||
- name: Connect source
|
||||
- name: disconnect old source
|
||||
run: dotnet nuget remove source git.kosyakmakc.ru
|
||||
continue-on-error: true
|
||||
|
||||
- name: Connect source
|
||||
run: dotnet nuget add source --name git.kosyakmakc.ru https://git.kosyakmakc.ru/api/packages/kosyakmakc/nuget/index.json
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user