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

Update task.json #250

Closed Warhammer4000 closed 5 months ago

Warhammer4000 commented 6 months ago

Added two more Build Target strings. So that it's now possible to build for those two.

Game Core XBOX One Game Core XBOX Scarlett

Probably need to bump version?

Warhammer4000 commented 6 months ago

Also it's probably be a better idea if it's not hard-coded list but a mix of both an enum and a custom string. So in case more platforms come to support or closed platforms that has not public documentation can be added easily.