From 24e05f8b3d2e64704f307270a43baea9992495e8 Mon Sep 17 00:00:00 2001 From: Andrew Kahr <22359829+AndrewKahr@users.noreply.github.com> Date: Sat, 21 Oct 2023 22:09:13 -0700 Subject: [PATCH] More debug --- dist/platforms/windows/build.ps1 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dist/platforms/windows/build.ps1 b/dist/platforms/windows/build.ps1 index 34f1927d..11610890 100644 --- a/dist/platforms/windows/build.ps1 +++ b/dist/platforms/windows/build.ps1 @@ -135,15 +135,15 @@ $_, $customParametersArray = Invoke-Expression('Write-Output -- "" ' + $Env:CUST $argList = @("-quit", "-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 # , -# "-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, # "-androidKeystorePass", $Env:ANDROID_KEYSTORE_PASS, # "-androidKeyaliasName", $Env:ANDROID_KEYALIAS_NAME,