We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7389b8 commit 870b619Copy full SHA for 870b619
BuildUnityPackages.ps1
@@ -39,5 +39,7 @@ if (!$IsWindows) {
39
$myBuilderPath = $builderPath
40
}
41
42
+Write-Host $myBuilderPath
43
+
44
Start-Process -FilePath $myBuilderPath -ArgumentList $editorBuildArgs
45
Start-Process -FilePath $myBuilderPath -ArgumentList $installerBuildArgs
0 commit comments