From fd1a4a730e4567c30ec71a89871aa15e8be5876f Mon Sep 17 00:00:00 2001 From: Roland Fieger Date: Mon, 27 Oct 2025 17:04:29 +0100 Subject: [PATCH] nuget change --- .gitea/workflows/develop.yml | 2 +- nuget.config | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 nuget.config diff --git a/.gitea/workflows/develop.yml b/.gitea/workflows/develop.yml index d60c438..b86ea1f 100644 --- a/.gitea/workflows/develop.yml +++ b/.gitea/workflows/develop.yml @@ -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 diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000..6417591 --- /dev/null +++ b/nuget.config @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file