File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ function Invoke-PhpBuild {
4040
4141 $tempDirectory = [System.IO.Path ]::GetTempPath()
4242
43- $buildDirectory = [System.IO.Path ]::Combine($tempDirectory , [System.Guid ]::NewGuid().ToString())
43+ $buildDirectory = [System.IO.Path ]::Combine($tempDirectory , ( " php- " + [System.Guid ]::NewGuid().ToString() ))
4444
4545 New-Item " $buildDirectory " - ItemType " directory" - Force > $null 2>&1
4646
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ function Invoke-PhpTests {
4747
4848 $tempDirectory = [System.IO.Path ]::GetTempPath()
4949
50- $buildDirectory = [System.IO.Path ]::Combine($tempDirectory , [System.Guid ]::NewGuid().ToString())
50+ $buildDirectory = [System.IO.Path ]::Combine($tempDirectory , ( " php- " + [System.Guid ]::NewGuid().ToString() ))
5151
5252 $testsDirectory = " tests"
5353
You can’t perform that action at this time.
0 commit comments