12345678910111213141516171819202122232425262728 |
- cd /d ../Publish
- set netVersion=netcoreapp2.1
- set basePath=Sers揤聆\sers揤聆-等极揤聆%netVersion%
- @echo "copy ServiceCenter"
- xcopy "SersPublish\%netVersion%\ServiceCenter" "%basePath%\ServiceCenter" /e /i /r /y
- @echo "copy demo"
- xcopy "SersPublish\%netVersion%\Demo\wwwroot" "%basePath%\ServiceCenter\wwwroot" /e /i /r /y
- xcopy "SersPublish\%netVersion%\Demo\Did.SersLoader.Demo.dll" "%basePath%\ServiceCenter" /i /r /y
- xcopy "SersPublish\%netVersion%\Demo\Did.SersLoader.Demo.pdb" "%basePath%\ServiceCenter" /i /r /y
- xcopy "SersPublish\%netVersion%\Demo\Did.SersLoader.Demo.xml" "%basePath%\ServiceCenter" /i /r /y
- @echo "copy Robot"
- xcopy "SersPublish\%netVersion%\Robot\wwwroot" "%basePath%\ServiceCenter\wwwroot" /e /i /r /y
- xcopy "SersPublish\%netVersion%\Robot\App.Robot.Station.dll" "%basePath%\ServiceCenter" /i /r /y
- xcopy "SersPublish\%netVersion%\Robot\App.Robot.Station.pdb" "%basePath%\ServiceCenter" /i /r /y
- xcopy "SersPublish\%netVersion%\Robot\App.Robot.Station.xml" "%basePath%\ServiceCenter" /i /r /y
- @echo "copy PublishFile"
- xcopy "..\PublishFile\Sers揤聆\等极揤聆" "%basePath%" /e /i /r /y
- cd /d ../cmd
|