We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4622cc4 commit 78852bdCopy full SHA for 78852bd
.ci/DockerFile
@@ -21,6 +21,7 @@ COPY ./tests/*.Build.props ./tests/
21
# Copy the main source project files
22
COPY src/*/*.?sproj ./src/
23
COPY tests/*/*.?sproj ./tests/
24
+COPY benchmarks/*/*.?sproj ./benchmarks/
25
26
# this puts the project files back into original location since COPY flattens
27
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