ci: reenable one of the NuGet sources, refs NOISSUE
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 1m4s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Successful in 1m19s

This commit is contained in:
2025-10-26 20:41:37 +01:00
parent 7bd2429a43
commit c728509978

View File

@@ -4,8 +4,8 @@
<!--To inherit the global NuGet package sources remove the <clear/> line below --> <!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear /> <clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" /> <add key="nuget" value="https://api.nuget.org/v3/index.json" />
<!--add key="gitea-projects" value="https://git.disi.dev/api/packages/Projects/nuget/index.json" /> <add key="gitea-projects" value="https://git.disi.dev/api/packages/Projects/nuget/index.json" />
<add key="gitea-homelab" value="https://git.disi.dev/api/packages/Homelab/nuget/index.json" /> <!--add key="gitea-homelab" value="https://git.disi.dev/api/packages/Homelab/nuget/index.json" />
<add key="gitea-artifacts" value="https://git.disi.dev/api/packages/Artifacts/nuget/index.json" /--> <add key="gitea-artifacts" value="https://git.disi.dev/api/packages/Artifacts/nuget/index.json" /-->
</packageSources> </packageSources>
</configuration> </configuration>