More debug

This commit is contained in:
Andrew Kahr 2023-10-21 22:09:13 -07:00
parent 988d7e1802
commit 24e05f8b3d

View File

@ -135,15 +135,15 @@ $_, $customParametersArray = Invoke-Expression('Write-Output -- "" ' + $Env:CUST
$argList = @("-quit", $argList = @("-quit",
"-batchmode", "-batchmode",
"-nographics" "-nographics",
"-projectPath", $Env:UNITY_PROJECT_PATH,
"-executeMethod", $Env:BUILD_METHOD,
"-buildTarget", $Env:BUILD_TARGET,
"-customBuildTarget", $Env:BUILD_TARGET,
"-customBuildPath", $Env:CUSTOM_BUILD_PATH,
"-buildVersion", $Env:VERSION
) # + $customParametersArray ) # + $customParametersArray
# , # ,
# "-projectPath", $Env:UNITY_PROJECT_PATH,
# "-executeMethod", $Env:BUILD_METHOD,
# "-buildTarget", $Env:BUILD_TARGET,
# "-customBuildTarget", $Env:BUILD_TARGET,
# "-customBuildPath", $Env:CUSTOM_BUILD_PATH,
# "-buildVersion", $Env:VERSION,
# "-androidVersionCode", $Env:ANDROID_VERSION_CODE, # "-androidVersionCode", $Env:ANDROID_VERSION_CODE,
# "-androidKeystorePass", $Env:ANDROID_KEYSTORE_PASS, # "-androidKeystorePass", $Env:ANDROID_KEYSTORE_PASS,
# "-androidKeyaliasName", $Env:ANDROID_KEYALIAS_NAME, # "-androidKeyaliasName", $Env:ANDROID_KEYALIAS_NAME,