build-bash__52.docker-extra-copy.sh 328 B

123456789101112131415161718
  1. set -e
  2. #---------------------------------------------------------------------
  3. # args
  4. args_="
  5. export basePath=/root/temp/svn
  6. export NUGET_PATH=$basePath/Publish/release/.nuget
  7. # "
  8. #---------------------------------------------------------------------
  9. echo '#build-bash__52.docker-extra-copy.sh'
  10. echo ' -> nothing to do'