Skip to content

Commit 78852bd

Browse files
committed
Update dockerfile
1 parent 4622cc4 commit 78852bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/DockerFile

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ COPY ./tests/*.Build.props ./tests/
2121
# Copy the main source project files
2222
COPY src/*/*.?sproj ./src/
2323
COPY tests/*/*.?sproj ./tests/
24+
COPY benchmarks/*/*.?sproj ./benchmarks/
2425

2526
# this puts the project files back into original location since COPY flattens
2627
RUN for file in $(find . -name "*.?sproj"); do echo mkdir -p $(dirname $file)/$(basename ${file%.*})/ && echo mv $file $(dirname $file)/$(basename ${file%.*})/; done

0 commit comments

Comments
 (0)