unity-azure-pipelines-tasks
unity-azure-pipelines-tasks copied to clipboard
Invalid path mode for editors folder lookup specified
Using the latest version (2.7.1) from the DevOps marketplace. Installed Unity successfully on Mac Hosted VM Got the path to the install via BASH script as /Applications/2019.3.14f1 and stored in DevOps variable unity.installpath Set the Active License task "Unity Editors Location" to Specify Path Set the Editors Folder Location to $(unity.installpath) In diagnostic output, I can see that my path is being referenced, but I am receiving the error "Invalid path mode for editors folder lookup specified" I've tried both with and without double quotes
Same problem (in our case using CMD task) and we can't debug what it's happening because "mode" it's not being logged:
https://github.com/Dinomite-Studios/unity-devops-utilities/blob/master/lib/unity-path-tools.ts#L32