ZZZ_copySersStatic.bat 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. ::(x.1)
  2. @echo "copy PublishFile"
  3. xcopy "..\PublishFile\SersPublish" "SersPublish" /e /i /r /y
  4. ::(x.2)ServiceCenter
  5. @echo "copy ServiceCenter wwwroot"
  6. xcopy "..\..\ServiceCenter\App.Gover.Gateway\wwwroot" "SersPublish\ServiceCenter\wwwroot" /e /i /r /y
  7. @echo "copy xml of ServiceCenter"
  8. xcopy "..\..\ServiceCenter\App.ServiceCenter\bin\Debug\netcoreapp2.1\*.xml" "SersPublish\ServiceCenter" /i /r /y
  9. ::(x.3)Gover
  10. @echo "copy Gover wwwroot"
  11. xcopy "..\..\ServiceCenter\App.Gover.Gateway\wwwroot" "SersPublish\Gover\wwwroot" /e /i /r /y
  12. ::(x.4)Robot
  13. @echo "copy Robot wwwroot"
  14. xcopy "..\..\ServiceStation\Demo\StressTest\App.Robot.Station\wwwroot" "SersPublish\Robot\wwwroot" /e /i /r /y
  15. @echo "copy xml of Robot"
  16. xcopy "..\..\ServiceStation\Demo\StressTest\App.Robot.Station\bin\Debug\netcoreapp2.1\*.xml" "SersPublish\Robot" /i /r /y
  17. ::(x.5)
  18. @echo "copy xml of Demo"
  19. xcopy "..\..\ServiceStation\Demo\SersLoader\Did.SersLoader.Demo\bin\Debug\netcoreapp2.1\*.xml" "SersPublish\Demo" /i /r /y
  20. @echo succeed