chore(blueprint-platform): checkpoint pending development updates
This commit is contained in:
parent
c54167a6b4
commit
c23ab0cbdc
@ -3,8 +3,8 @@
|
||||
<Authors>AgileWebs</Authors>
|
||||
<Company>AgileWebs</Company>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<RepositoryUrl>http://192.168.10.100:3000/AgileWebs/blueprint-platform</RepositoryUrl>
|
||||
<PackageProjectUrl>http://192.168.10.100:3000/AgileWebs/blueprint-platform</PackageProjectUrl>
|
||||
<RepositoryUrl>https://gitea.dream-views.com/AgileWebs/blueprint-platform</RepositoryUrl>
|
||||
<PackageProjectUrl>https://gitea.dream-views.com/AgileWebs/blueprint-platform</PackageProjectUrl>
|
||||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
||||
@ -7,8 +7,8 @@ Validate that Gitea can be used as the package registry for cross-repo consumpti
|
||||
## Validated Environment
|
||||
|
||||
- Date: 2026-02-25
|
||||
- Gitea URL: `http://192.168.10.100:3000`
|
||||
- Organization feed: `http://192.168.10.100:3000/api/packages/AgileWebs/nuget/index.json`
|
||||
- Gitea URL: `https://gitea.dream-views.com`
|
||||
- Organization feed: `https://gitea.dream-views.com/api/packages/AgileWebs/nuget/index.json`
|
||||
- Auth mode: Basic auth using Gitea login + token
|
||||
|
||||
## Prerequisites
|
||||
@ -24,7 +24,7 @@ Because the current feed is HTTP, source entries must allow insecure connections
|
||||
```xml
|
||||
<packageSources>
|
||||
<clear />
|
||||
<add key="gitea-org" value="http://192.168.10.100:3000/api/packages/AgileWebs/nuget/index.json" allowInsecureConnections="true" />
|
||||
<add key="gitea-org" value="https://gitea.dream-views.com/api/packages/AgileWebs/nuget/index.json" allowInsecureConnections="true" />
|
||||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
||||
</packageSources>
|
||||
<packageSourceCredentials>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
- Publish packages independently from this repository.
|
||||
- Maintain explicit package dependency on `Core.Blueprint.Common` for all feature modules.
|
||||
- Keep package identifiers stable to protect downstream compatibility.
|
||||
- Use Gitea org feed: `http://192.168.10.100:3000/api/packages/AgileWebs/nuget/index.json`.
|
||||
- Use Gitea org feed: `https://gitea.dream-views.com/api/packages/AgileWebs/nuget/index.json`.
|
||||
|
||||
## Stable Version Matrix
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user