build-bash__40.Station-publish__#4_copyExtraReleaseFiles.sh.bak 354 B

123456789101112131415161718192021
  1. set -e
  2. #---------------------------------------------------------------------
  3. # args
  4. args_="
  5. export basePath=/root/temp
  6. export netVersion=net6.0
  7. export publishPath=\"$basePath/Publish/release/release/Station($netVersion)\"
  8. # "
  9. #----------------------------------------------
  10. echo '#build-bash__40.Station-publish__#4_copyExtraReleaseFiles.sh'