Dinomite-Studios / unity-azure-pipelines-tasks

Azure DevOps extension adding tools to build and deploy Unity 3D projects using Azure Pipelines
https://unitydevops.com/
MIT License
121 stars 49 forks source link

UnityActivateLicenseTask is adding project path making task take ~5m #233

Open robtraynor opened 1 year ago

robtraynor commented 1 year ago

Passing the project path causes an import of assets which can take a while. This was a regresssion in #226 to fix #225, suggestion is to omit the unityProjectPath if it is not set.