Add more debug
parent
451c322d5b
commit
88f149b898
|
|
@ -447,7 +447,6 @@ class Docker {
|
|||
}
|
||||
yield this.setupWindowsRun(platform);
|
||||
this.validateWindowsPlatformRequirements(platform);
|
||||
console.log("Len: " + process.env.UNITY_EMAIL.length);
|
||||
const windowsRunCommand = `docker run \
|
||||
--workdir c:/github/workspace \
|
||||
--rm \
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,5 @@
|
|||
# Activates Unity
|
||||
Write-Output "DEBUG: "
|
||||
Write-Output $Env:UNITY_USER
|
||||
& "C:\Program Files\Unity\Hub\Editor\$Env:UNITY_VERSION\Editor\Unity.exe" -batchmode -quit -nographics `
|
||||
-username $Env:UNITY_USER `
|
||||
|
|
|
|||
Loading…
Reference in New Issue