nuget change
All checks were successful
Develop Build / build (push) Successful in 31s

This commit is contained in:
Roland Fieger
2025-10-27 17:04:29 +01:00
parent 70d509a5a0
commit fd1a4a730e
2 changed files with 21 additions and 1 deletions

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 add source --name sxhundred --username sxhundred --password 19e17278fa285b61249ae2cb1e50b489ade90df3 --store-password-in-clear-text http://192.168.2.83:3100/api/packages/sxhundred/nuget/index.json
run: dotnet nuget update source gitea --username sxhundred --password 19e17278fa285b61249ae2cb1e50b489ade90df3 --store-password-in-clear-text --configfile nuget.config
- name: Install GitVersion