Skip to content

Commit f4d26f1

Browse files
author
Adam Brauer
committed
Added missing Directory.Build.targets Packages.props copy in Dockerfile
1 parent ba8138b commit f4d26f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom-images/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG BUILD_IMAGE
66
FROM ${BUILD_IMAGE} AS prep
77

88
# Gather only artifacts necessary for NuGet restore, retaining directory structure
9-
COPY *.sln nuget.config \nuget\
9+
COPY *.sln nuget.config Directory.Build.targets Packages.props \nuget\
1010
COPY src\ \temp\
1111
RUN Invoke-Expression 'robocopy C:\temp C:\nuget\src /s /ndl /njh /njs *.csproj *.scproj packages.config'
1212

0 commit comments

Comments
 (0)