Add more debug

pull/305/head
Andrew Kahr 2022-01-24 00:55:55 -08:00
parent 451c322d5b
commit 88f149b898
3 changed files with 112 additions and 112 deletions

1
dist/index.js vendored
View File

@ -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 \

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -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 `