fixed nuget.config copy to additional dockerfile context.
This commit is contained in:
parent
1a3ffada92
commit
3cf29a5aa1
@ -16,8 +16,8 @@ RUN apt-get update && \
|
||||
update-ca-certificates && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Copy nuget.config (copied to submodule root by CI/CD)
|
||||
COPY nuget.config /root/.nuget/NuGet/NuGet.Config
|
||||
# Copy nuget.config from parent repository (via additional_contexts)
|
||||
COPY --from=rootconfig nuget.config /root/.nuget/NuGet/NuGet.Config
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
@ -10,8 +10,8 @@ RUN apt-get update && \
|
||||
update-ca-certificates && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Copy nuget.config (copied to submodule root by CI/CD)
|
||||
COPY nuget.config /root/.nuget/NuGet/NuGet.Config
|
||||
# Copy nuget.config from parent repository (via additional_contexts)
|
||||
COPY --from=rootconfig nuget.config /root/.nuget/NuGet/NuGet.Config
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user