This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit b6cd6c0d0bba1e33b11d49ba24619bd4c960c0b5 Author: Shad Storhaug <[email protected]> AuthorDate: Mon Nov 21 11:31:35 2022 +0700 .build/runbuild.ps1: Print the SYSTEM_DEFAULTWORKINGDIRECTORY environment variable for debugging purposes --- .build/runbuild.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.build/runbuild.ps1 b/.build/runbuild.ps1 index 61a41c18d..d8d1c0a10 100644 --- a/.build/runbuild.ps1 +++ b/.build/runbuild.ps1 @@ -174,6 +174,9 @@ task Pack -depends Compile -description "This task creates the NuGet packages" { $env:SYSTEM_DEFAULTWORKINGDIRECTORY = "$baseDirectory" } + Write-Host "" + Write-Host "\nSYSTEM_DEFAULTWORKINGDIRECTORY is $env:SYSTEM_DEFAULTWORKINGDIRECTORY (for lucene-cli installation tests)" -ForegroundColor Yellow + $success = $true } finally { #if ($success -ne $true) {
