chore(thalos-service): checkpoint pending development updates
This commit is contained in:
parent
cbf38ac9f8
commit
7cec61b959
@ -3,8 +3,8 @@
|
||||
<Authors>AgileWebs</Authors>
|
||||
<Company>AgileWebs</Company>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<RepositoryUrl>http://192.168.10.100:3000/AgileWebs/thalos-service</RepositoryUrl>
|
||||
<PackageProjectUrl>http://192.168.10.100:3000/AgileWebs/thalos-service</PackageProjectUrl>
|
||||
<RepositoryUrl>https://gitea.dream-views.com/AgileWebs/thalos-service</RepositoryUrl>
|
||||
<PackageProjectUrl>https://gitea.dream-views.com/AgileWebs/thalos-service</PackageProjectUrl>
|
||||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
||||
@ -3,7 +3,7 @@ ARG SDK_IMAGE=mcr.microsoft.com/dotnet/sdk:10.0
|
||||
ARG RUNTIME_IMAGE=mcr.microsoft.com/dotnet/aspnet:10.0
|
||||
|
||||
FROM ${SDK_IMAGE} AS build
|
||||
ARG NUGET_FEED_URL=http://192.168.10.100:3000/api/packages/AgileWebs/nuget/index.json
|
||||
ARG NUGET_FEED_URL=https://gitea.dream-views.com/api/packages/AgileWebs/nuget/index.json
|
||||
ARG NUGET_FEED_USERNAME=
|
||||
ARG NUGET_FEED_TOKEN=
|
||||
WORKDIR /src
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
## Feed
|
||||
|
||||
- Source: `http://192.168.10.100:3000/api/packages/AgileWebs/nuget/index.json`
|
||||
- Source: `https://gitea.dream-views.com/api/packages/AgileWebs/nuget/index.json`
|
||||
- Authentication: Gitea login + token
|
||||
- HTTP requirement: `allowInsecureConnections="true"` in `nuget.config`
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user