Files
Chris Chen 0924b1a980
ci-cd-vm / ci-cd (push) Failing after 3m6s
Update docker
2026-06-22 16:15:28 -07:00

12 lines
576 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<!-- DevExpress licensed feed. The key in this URL is an access secret;
this repo is self-hosted on Gitea and the owner accepts checking it in.
Pinned to 24.1.3 in ROLAC.API.csproj (25.x renamed TableBorderLineStyle). -->
<add key="DevExpress" value="https://nuget.devexpress.com/zmRDeISd9ak1vY8Bxxjolqt1RTUZdPFhpRZU3B2YmpeNxAl6nd/api/v3/index.json" />
</packageSources>
</configuration>