Skip to content

Commit 26c4e2f

Browse files
committed
Attempt to fix build hashes
1 parent 63d4c31 commit 26c4e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY --link *.props .
66
RUN dotnet restore Common/Common.csproj
77

88
COPY --link Common/. Common/
9-
COPY --link .git/ .
9+
COPY --link .git/ .git/
1010

1111
RUN dotnet build --no-restore -c Release Common/Common.csproj
1212

0 commit comments

Comments
 (0)