123456789101112131415161718192021222324 |
- set netVersion=net6.0
- @echo "copy ServiceCenter"
- xcopy "SersPublish\%netVersion%\ServiceCenter" "Sers等极揤聆\%netVersion%\ServiceCenter" /e /i /r /y
- @echo "copy demo"
- xcopy "SersPublish\%netVersion%\Demo\wwwroot" "Sers等极揤聆\%netVersion%\ServiceCenter\wwwroot" /e /i /r /y
- xcopy "SersPublish\%netVersion%\Demo\Did.SersLoader.Demo.dll" "Sers等极揤聆\%netVersion%\ServiceCenter" /i /r /y
- xcopy "SersPublish\%netVersion%\Demo\Did.SersLoader.Demo.pdb" "Sers等极揤聆\%netVersion%\ServiceCenter" /i /r /y
- xcopy "SersPublish\%netVersion%\Demo\Did.SersLoader.Demo.xml" "Sers等极揤聆\%netVersion%\ServiceCenter" /i /r /y
- @echo "copy xml of Robot"
- xcopy "SersPublish\%netVersion%\Robot\wwwroot" "Sers等极揤聆\%netVersion%\ServiceCenter\wwwroot" /e /i /r /y
- xcopy "SersPublish\%netVersion%\Robot\App.Robot.Station.dll" "Sers等极揤聆\%netVersion%\ServiceCenter" /i /r /y
- xcopy "SersPublish\%netVersion%\Robot\App.Robot.Station.pdb" "Sers等极揤聆\%netVersion%\ServiceCenter" /i /r /y
- xcopy "SersPublish\%netVersion%\Robot\App.Robot.Station.xml" "Sers等极揤聆\%netVersion%\ServiceCenter" /i /r /y
- @echo "copy PublishFile"
- xcopy "..\PublishFile\Sers等极揤聆" "Sers等极揤聆\%netVersion%" /e /i /r /y
|