in plugin-unity-agent/src/main/kotlin/jetbrains/buildServer/unity/license/commands/ActivatePersonalLicenseCommand.kt [60:69]
override fun processFinished(exitCode: Int) {
super.processFinished(exitCode)
try {
if (!fileSystemService.deleteFile(tempLicenseFile)) {
LOG.warn("The .ulf file does not exist")
}
} catch (e: Exception) {
LOG.error("Failed to delete .ulf file", e)
}
}