|
92 | 92 | run: | |
93 | 93 | mkdir -p $ENV:PROGRAMDATA/Unity/config |
94 | 94 | $filename="$ENV:PROGRAMDATA/Unity/config/services-config.json" |
95 | | - $text='{"licensingServiceBaseUrl":"http://localhost:12331","enableEntitlementLicensing":true,"clientConnectTimeoutSec":120,"clientHandshakeTimeoutSec":60}' |
| 95 | + $text='{"licensingServiceBaseUrl":"http://localhost:12331","enableEntitlementLicensing":true,"clientConnectTimeoutSec":120,"clientHandshakeTimeoutSec":60,"toolset":"UnityLicenseServer_16768262570522_2"}' |
96 | 96 | [IO.File]::WriteAllLines($filename,$text) |
97 | 97 | - name: Update the version in Cesium.cpp |
98 | 98 | run: | |
@@ -233,7 +233,7 @@ jobs: |
233 | 233 | sudo mkdir -p "/Library/Application Support/Unity/config" |
234 | 234 | sudo chmod g+w "/Library/Application Support/Unity" |
235 | 235 | sudo chmod g+w "/Library/Application Support/Unity/config" |
236 | | - sudo echo '{"licensingServiceBaseUrl": "http://localhost:12331","enableEntitlementLicensing": true,"clientConnectTimeoutSec": 60,"clientHandshakeTimeoutSec": 120}' > "/Library/Application Support/Unity/config/services-config.json" |
| 236 | + sudo echo '{"licensingServiceBaseUrl": "http://localhost:12331","enableEntitlementLicensing": true,"clientConnectTimeoutSec": 60,"clientHandshakeTimeoutSec": 120,"toolset":"UnityLicenseServer_16768262570522_2"}' > "/Library/Application Support/Unity/config/services-config.json" |
237 | 237 | - name: Create SSH tunnel to Unity License Server |
238 | 238 | env: |
239 | 239 | UNITY_LICENSE_SERVER_SSH_KEY: ${{ secrets.UNITY_LICENSE_SERVER_SSH_KEY }} |
@@ -366,7 +366,7 @@ jobs: |
366 | 366 | run: | |
367 | 367 | mkdir -p $ENV:PROGRAMDATA/Unity/config |
368 | 368 | $filename="$ENV:PROGRAMDATA/Unity/config/services-config.json" |
369 | | - $text='{"licensingServiceBaseUrl":"http://localhost:12331","enableEntitlementLicensing":true,"clientConnectTimeoutSec":120,"clientHandshakeTimeoutSec":60}' |
| 369 | + $text='{"licensingServiceBaseUrl":"http://localhost:12331","enableEntitlementLicensing":true,"clientConnectTimeoutSec":120,"clientHandshakeTimeoutSec":60,"toolset":"UnityLicenseServer_16768262643415_1"}' |
370 | 370 | [IO.File]::WriteAllLines($filename,$text) |
371 | 371 | - name: Update the version in Cesium.cpp |
372 | 372 | run: | |
|
0 commit comments