ci fix
Some checks failed
Develop Build / build (push) Failing after 25s

This commit is contained in:
Roland Fieger
2025-10-27 16:34:47 +01:00
parent 910033e1e7
commit 1970770f13

View File

@@ -25,7 +25,7 @@ jobs:
- name: Add Nuget Credentials
# run: dotnet nuget update source gitea --username sxhundred --password ${{ secrets.READ_NUGET_PAT }} --store-password-in-clear-text --configfile nuget.config
run: dotnet nuget update source gitea --username sxhundred --password 19e17278fa285b61249ae2cb1e50b489ade90df3 --store-password-in-clear-text
run: dotnet nuget add source --name sxhundred --username sxhundred --password 19e17278fa285b61249ae2cb1e50b489ade90df3 http://192.168.2.83:3100/api/packages/sxhundred/nuget/index.json
- name: Install GitVersion