Files
PackageTest/nuget.config
Roland Fieger 06ff9c6447
All checks were successful
Develop Build / build (push) Successful in 44s
azure devops webhook test
2025-10-30 08:59:43 +01:00

20 lines
1.3 KiB
XML

<?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://gitearfi.hopto.org/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>