The pbshell command supports batch building and deployment without direct intervention.
The command uses this syntax:
Pbshell.exe /pbcommand command-file-path
command-file-path is a full path that identifies a file containing batch commands. For example:
pbshell.exe /pbcommand "C:\MyProjects\MyCommandFile.cmd"
In the file, each line contains a single command. These commands are available:
The Output File command enables you to specify a file where output for each command is appended, with a date time stamp.
The shell closes when all commands have been processed.