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 5c5fc5d commit 2a031a6Copy full SHA for 2a031a6
extension/BuildPhpExtension/private/Get-BuildDirectory.ps1
@@ -9,7 +9,7 @@ Function Get-BuildDirectory {
9
begin {
10
}
11
process {
12
- if ($null -ne $env:BUILD_DIRECTORY) {
+ if ($null -ne $env:BUILD_DIRECTORY -and $env:BUILD_DIRECTORY -ne "") {
13
$parentBuildDirectory = $env:BUILD_DIRECTORY
14
} else {
15
$parentBuildDirectory = [System.IO.Path]::GetTempPath()
0 commit comments