pass --force-evaluate to dotnet restore
This commit is contained in:
parent
64a57790fd
commit
6ec34653bd
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ COPY package.json ./
|
||||||
COPY global.json ./
|
COPY global.json ./
|
||||||
|
|
||||||
RUN dotnet tool restore
|
RUN dotnet tool restore
|
||||||
RUN dotnet restore --configfile nuget.config --locked-mode
|
RUN dotnet restore --configfile nuget.config --locked-mode --force-evaluate
|
||||||
|
|
||||||
# Copy everything else and build
|
# Copy everything else and build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue