unity-builder
unity-builder copied to clipboard
Enable unity licensing server for Windows
Hello
A simple version of unity licensing server support for Windows using the same logic as the existing Linux implementation.
Changes
- Modify the step files
activate.ps1andreturn_license.ps1to replicate what is done inactivate.shandreturn_license.sh - Update
validate-windows.tsto allow this option to pass through for a Windows build - Update
docker.tsto correctly copy the unity config file necessary for unity licensing server request
Related PRs
- 468 : the Linux implementation of this feature
Checklist
- [x] Read the contribution guide and accept the code of conduct
- [x] Docs (If new inputs or outputs have been added or changes to behavior that should be documented. Please make a PR in the documentation repo)
- [x] Readme (not needed)
- [x] Tests (not needed)

LGTM. Can you confirm this works as expected?
We have tested this in our private repo and it works as intended (basically identical to the linux version)
Hello @webbertakken , if any other changes are needed, I'd be glad to discuss or implement them. In the meantime, I'll try to keep this branch up to date to prevent any merging issue.