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 761184f commit 9c80566Copy full SHA for 9c80566
extension/BuildPhpExtension/private/Get-BuildDirectory.ps1
@@ -21,6 +21,8 @@ Function Get-BuildDirectory {
21
}
22
23
24
+ $ParentBuildDirectory = [System.IO.Path]::GetFullPath($ParentBuildDirectory)
25
+
26
$buildDirectory = [System.Guid]::NewGuid().ToString().substring(0, 8)
27
28
$buildDirectoryPath = [System.IO.Path]::Combine($ParentBuildDirectory, $buildDirectory)
0 commit comments