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

UnitySetupTask does not have a "ProjectPath" configuration option #221

Closed SimonDarksideJ closed 1 year ago

SimonDarksideJ commented 1 year ago

All the Unity tasks have an option to specify an alternate "Project Path" argument to select a subfolder to use, however, the setup task which has the capability to pull the Unity version from the project does not have this.

Required solution

When the "versionSelectionMode" is set to "Project Version, there should be an argument to specify the "Project Path", like the other tasks.

FejZa commented 1 year ago

Fixed at https://github.com/Dinomite-Studios/unity-azure-pipelines-tasks/commit/c10a13adac0f1bcd41603d4749961387979793bf

Fix will be available via upcoming release.