Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
Put the dedup_bindist directory names back so Docker CI can run
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenge committed Jun 2, 2021
1 parent e208aca commit d9fa5d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/dedup_bindist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set -euo pipefail
# Our build consists of separate "dotnet publish" commands that are
# directed to separate subdirectories of the output.

primary="libraries"
secondary=" immcoord clienttools unsafedereg "
primary="runtime"
secondary=" coord codegen unsafedereg "

if [ $# -eq 0 ]; then
mode=symlink
Expand Down

0 comments on commit d9fa5d5

Please sign in to comment.