build-bash__41.extra-publish.sh.bak 371 B

1234567891011121314151617181920
  1. set -e
  2. #---------------------------------------------------------------------
  3. # args
  4. args_="
  5. export basePath=/root/temp
  6. export NUGET_PATH=$basePath/Publish/release/.nuget
  7. # "
  8. if [ ! $NUGET_PATH ]; then NUGET_PATH=$basePath/Publish/release/.nuget; fi
  9. #---------------------------------------------------------------------
  10. echo '#build-bash__41.extra-publish.sh'