build-bash__41.extra-publish.sh 403 B

12345678910111213141516171819202122
  1. set -e
  2. #---------------------------------------------------------------------
  3. # args
  4. args_="
  5. export basePath=/root/temp/svn
  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'
  11. echo ' -> nothing to do'