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