OneKey Release.bat 617 B

123456789101112131415161718192021
  1. echo %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. call "30.nuget-pack.bat"
  3. echo %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  4. call "40.Station-publish.bat"
  5. call "40.Station-publish(netcoreapp2.1).bat"
  6. call "40.Station-publish(net6.0).bat"
  7. call "41.StressTest-publish.bat"
  8. echo %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  9. call "50.docker-image-create.bat"
  10. call "51.docker-deploy-copy.bat"
  11. echo %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  12. echo %~n0.bat success
  13. pause