copy nuget.config while deploy to every submodule.
This commit is contained in:
parent
370aad3c87
commit
4cb1a00511
@ -16,8 +16,8 @@ RUN apt-get update && \
|
|||||||
update-ca-certificates && \
|
update-ca-certificates && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Copy nuget.config from parent repository root
|
# Copy nuget.config (copied to submodule root by CI/CD)
|
||||||
COPY ../../nuget.config /root/.nuget/NuGet/NuGet.Config
|
COPY nuget.config /root/.nuget/NuGet/NuGet.Config
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|||||||
@ -10,8 +10,8 @@ RUN apt-get update && \
|
|||||||
update-ca-certificates && \
|
update-ca-certificates && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Copy nuget.config from parent repository root
|
# Copy nuget.config (copied to submodule root by CI/CD)
|
||||||
COPY ../../nuget.config /root/.nuget/NuGet/NuGet.Config
|
COPY nuget.config /root/.nuget/NuGet/NuGet.Config
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user