ZZZ_copyWwwroot.bat 901 B

123456789101112131415161718192021222324252627282930
  1. @echo copy Gover wwwroot
  2. xcopy "..\App\ServiceCenter\Gover\UI\App.Gover.Gateway\wwwroot" "Gover\wwwroot" /e /i /r /y
  3. @echo copy Robot wwwroot
  4. xcopy "..\App\Station\Robot\App.Robot.Station\wwwroot" "Robot\wwwroot" /e /i /r /y
  5. @echo copy Sers-CentosConfig
  6. xcopy "..\Doc\Sers.Doc\Publish\Linux\Sers-CentosConfig" "." /e /i /r /y
  7. @echo copy xml of ServiceCenter
  8. xcopy "..\App\ServiceCenter\App.ServiceCenter\bin\Debug\netcoreapp2.1\*.xml" "ServiceCenter" /i /r /y
  9. @echo copy xml of StationDemo
  10. xcopy "..\App\Station\StationDemo\App.StationDemo.Station\bin\Debug\netcoreapp2.1\*.xml" "StationDemo" /i /r /y
  11. @echo copy xml of Robot
  12. xcopy "..\App\Station\Robot\App.Robot.Station\bin\Debug\netcoreapp2.1\*.xml" "Robot" /i /r /y
  13. @echo copy xml of AuthCenter
  14. xcopy "..\App\Station\AuthCenter\App.Station.AuthCenter\bin\Debug\netcoreapp2.1\*.xml" "AuthCenter" /i /r /y
  15. @echo succeed