chore(pos-transactions-bff): checkpoint pending development updates
This commit is contained in:
parent
8a4aa95627
commit
dd199a5afe
@ -3,8 +3,8 @@
|
||||
<Authors>AgileWebs</Authors>
|
||||
<Company>AgileWebs</Company>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<RepositoryUrl>http://192.168.10.100:3000/AgileWebs/pos-transactions-bff</RepositoryUrl>
|
||||
<PackageProjectUrl>http://192.168.10.100:3000/AgileWebs/pos-transactions-bff</PackageProjectUrl>
|
||||
<RepositoryUrl>https://gitea.dream-views.com/AgileWebs/pos-transactions-bff</RepositoryUrl>
|
||||
<PackageProjectUrl>https://gitea.dream-views.com/AgileWebs/pos-transactions-bff</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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user