Closed Kalmalyzer closed 3 years ago
Windows will automatically restart them when they terminate normally. We should add a Stop-Service <servicename> to the end of the scripts. This will abruptly terminate the scripts, but Windows will not restart them (until the machine is restarted).
Stop-Service <servicename>
Fixed by https://github.com/falldamagestudio/UE-Jenkins-Images/commit/702fee07d586a722d95b0fbf71b6d8067f0d7d6d
Windows will automatically restart them when they terminate normally. We should add a
Stop-Service <servicename>
to the end of the scripts. This will abruptly terminate the scripts, but Windows will not restart them (until the machine is restarted).