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