Skip to content

Commit 0ccd537

Browse files
committed
Log file paths
1 parent 2261767 commit 0ccd537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/pipelines/templates/stages/archetype-rust-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ stages:
110110
Write-Host "Package version: $packageVersion"
111111
112112
$cratePath = "$ArtifactRootPath/$ArtifactName/$ArtifactName-$packageVersion.crate"
113+
Get-ChildItem "$ArtifactRootPath" -Recurse | ForEach-Object { Write-Host $_.FullName }
113114
Copy-Item `
114115
-Path $cratePath`
115116
-Destination $OutDir

0 commit comments

Comments
 (0)