optional step "disconnect source"
Some checks failed
build nuget workflow for TelegramBotBase project / Build-TelegramBotBase (x64, linux) (push) Failing after 34s

This commit is contained in:
Максим Човнюк 2024-12-05 16:50:13 +05:00
parent ec4bb85d40
commit 55027b92aa

View File

@ -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