Skip to content

Commit

Permalink
Tools/make_binary_drop_linux: exclude Examples/Evaluation/{CPP,CS}Eva…
Browse files Browse the repository at this point in the history
…lClient-CntkSln
  • Loading branch information
mahilleb-msft committed Aug 30, 2016
1 parent 533c42b commit 2f9c73c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tools/make_binary_drop_linux
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ CopyFilesFromList $includePath includeFiles[@] $baseIncludePath
# Copy Examples
echo "Copying Examples..." >&3
cp -r Examples $baseDropPath
# The following directories are only used by cntk.sln and should be included in the binary drop. Remove them.
rm -rf $baseDropPath/Examples/Evaluation/CPPEvalClient-CntkSln
rm -rf $baseDropPath/Examples/Evaluation/CSEvalClient-CntkSln

# Copy Scripts (Scripts folder from the root of the Repo)
echo "Copying Scripts..." >&3
Expand Down

0 comments on commit 2f9c73c

Please sign in to comment.