Skip to content

Commit 04cc747

Browse files
committed
Minor - echo $define to the screen within the result
1 parent 91e6166 commit 04cc747

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/delphi-msbuild.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ try {
283283
platform = $Platform
284284
config = $Config
285285
target = $Target
286+
define = $Define
286287
rootDir = $resolvedRootDir
287288
rsvarsPath = $rsvarsPath
288289
exeOutputDir = if ([string]::IsNullOrWhiteSpace($ExeOutputDir)) { $null } else { $ExeOutputDir }

0 commit comments

Comments
 (0)