Skip to content

Commit

Permalink
updating to copy the subfolder to the subfolder (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Campbell <[email protected]>
  • Loading branch information
bigtallcampbell and Ryan Campbell authored Jun 18, 2024
1 parent b9297c4 commit ee0257a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/dotnet/build_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ function copy_to_output_dir(){
done

info_log "Copying contents of build output dir '${BUILD_OUTPUT_DIR}' to requested output directory '${OUTPUT_DIR}'..."
run_a_script "mkdir -p ${OUTPUT_DIR}/${subfolder}"
run_a_script "cp -r ${BUILD_OUTPUT_DIR}/${subfolder}* ${OUTPUT_DIR}/${subfolder}"
run_a_script "mkdir -p ${OUTPUT_DIR}"
run_a_script "cp -r ${BUILD_OUTPUT_DIR}/${subfolder} ${OUTPUT_DIR}/${subfolder}"
info_log "...successfully copied '${BUILD_OUTPUT_DIR}' to '${OUTPUT_DIR}'. "

info_log "END: ${FUNCNAME[0]}"
Expand Down

0 comments on commit ee0257a

Please sign in to comment.