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

20
nuget.config Normal file
View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="github-cmframework" value="https://nuget.pkg.github.com/CMFramework/index.json" protocolVersion="3" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<!-- add key="LocalPackages" value="C:\Projects\graphql-platform\output\packages" /> -->
<add key="gitea" value="http://192.168.2.83:3100/api/packages/sxhundred/nuget/index.json" protocolVersion="3" allowInsecureConnections="true" />
</packageSources>
<packageSourceCredentials>
<github-cmframework>
<add key="Username" value="RolandFieger" />
<add key="ClearTextPassword" value="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" />
</github-cmframework>
<gitea>
<add key="Username" value="sxhundred" />
<add key="Password" value="AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAA5avtCte4zkeYwtYGfEUVJgAAAAACAAAAAAAQZgAAAAEAACAAAAA+gnGUT/M7JyIjsnVajlSY2MogTFOp/1oQWk63ew1C/QAAAAAOgAAAAAIAACAAAABjiIEWXBa0PHeEpTyKVAwLKAqxz+I9mzR/0oZjzhr2LDAAAAAhKLZ08rALZ4RrYMvPits54SpvKrE/iaLluqhOb90r+wQPzp13ctqsIaKG8UXI1JFAAAAAq0JJQMreqowYMuUQCPX6hb9MnrCB7Y++Q2WWR3C66kVpYluZpkY6SxM1lyrHaUFwp8cve4dd8kgLFDJrk+9Kpw==" />
</gitea>
</packageSourceCredentials>
</configuration>