Files
gtav-src/tools_ng/script/automation/Unit Test - Client (for service references).bat
T
2025-09-29 00:52:08 +02:00

8 lines
342 B
Batchfile
Executable File

@ECHO OFF
CALL setenv.bat >NUL
SET AUTOMATION_WORKER=%RS_TOOLSROOT%/ironlib/lib/RSG.Pipeline.Automation.ClientWorker.exe
SET ARGS=-role assetbuilder,test -automation net.tcp://LOCALHOST:7010/automation.svc -filetransfer net.tcp://LOCALHOST:7010/FileTransfer.svc
CALL %RS_TOOLSROOT%/ironlib/prompt.bat %AUTOMATION_WORKER% %ARGS%
PAUSE