unity-azure-pipelines-tasks
unity-azure-pipelines-tasks copied to clipboard
UnityActivateLicenseTask is adding project path making task take ~5m
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.