- Move all source code to src/ directory - Add Fengling.AuthService.slnx solution file - Update Dockerfile to reference src/ paths - Update CI/CD workflow for new structure - Optimize .dockerignore for cleaner builds
15 lines
530 B
XML
15 lines
530 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<clear />
|
|
<add key="gitea" value="https://gitea.shtao1.cn/api/packages/fengling/nuget/index.json" />
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
|
</packageSources>
|
|
<packageSourceCredentials>
|
|
<gitea>
|
|
<add key="Username" value="movingsam" />
|
|
<add key="ClearTextPassword" value="c0d98dd2c0be7a39fdaef13c6b77137a26708550" />
|
|
</gitea>
|
|
</packageSourceCredentials>
|
|
</configuration>
|