unity-azure-pipelines-tasks icon indicating copy to clipboard operation
unity-azure-pipelines-tasks copied to clipboard

Add the -upmLogFile parameter

Open bdovaz opened this issue 7 months ago • 1 comments

Unity Tools for Azure DevOps - Feature Request

Please describe your feature request

Since version 6000.x it is possible to add the -upmLogFile parameter:

Specify the path and file name where Unity writes the log file for the UPM background application, which runs independently of the Editor. You can specify -upmLogFile and -logFile in the same command. If you include both arguments, you can specify independent paths for the two log files.

https://docs.unity3d.com/Manual/EditorCommandLineArguments.html

In the same way we would have to expose an output variable called upmLogFilePath.

Additional context

bdovaz avatar Mar 10 '25 20:03 bdovaz