Skip to content

Commit 870b619

Browse files
committed
Added builder path to output
1 parent d7389b8 commit 870b619

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BuildUnityPackages.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,7 @@ if (!$IsWindows) {
3939
$myBuilderPath = $builderPath
4040
}
4141

42+
Write-Host $myBuilderPath
43+
4244
Start-Process -FilePath $myBuilderPath -ArgumentList $editorBuildArgs
4345
Start-Process -FilePath $myBuilderPath -ArgumentList $installerBuildArgs

0 commit comments

Comments
 (0)