ZZZ_copyWwwroot.bat 764 B

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