File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ param (
1111 [switch ]$AvoidSymbolicLinks
1212)
1313
14- $ArtifactStagingFolder = & " $PSScriptRoot /../../tools/ Get-ArtifactsStagingDirectory.ps1" - CleanIfLocal
14+ $ArtifactStagingFolder = & " $PSScriptRoot /../Get-ArtifactsStagingDirectory.ps1" - CleanIfLocal
1515
1616function Create-SymbolicLink {
1717 param (
Original file line number Diff line number Diff line change 1- $ArtifactStagingFolder = & " $PSScriptRoot /../../tools/ Get-ArtifactsStagingDirectory.ps1"
1+ $ArtifactStagingFolder = & " $PSScriptRoot /../Get-ArtifactsStagingDirectory.ps1"
22
33if (! (Test-Path $ArtifactStagingFolder / build_logs)) { return }
44
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ $result = @{}
77$testRoot = Resolve-Path " $PSScriptRoot \..\..\test"
88$result [$testRoot ] = (Get-ChildItem " $testRoot \TestResults" - Recurse - Directory | Get-ChildItem - Recurse - File)
99
10- $artifactStaging = & " $PSScriptRoot \..\ Get-ArtifactsStagingDirectory.ps1"
10+ $artifactStaging = & " $PSScriptRoot /../ Get-ArtifactsStagingDirectory.ps1"
1111$testlogsPath = Join-Path $artifactStaging " test_logs"
1212if (Test-Path $testlogsPath ) {
1313 $result [$testlogsPath ] = Get-ChildItem $testlogsPath - Recurse;
You can’t perform that action at this time.
0 commit comments