Skip to content

Commit 218ebc2

Browse files
committed
Remove extra logging
1 parent 9085086 commit 218ebc2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ 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 }
114113
Copy-Item `
115114
-Path $cratePath `
116115
-Destination $OutDir

0 commit comments

Comments
 (0)