ZZZ_copySersStatic.bat 899 B

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