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 9085086 commit 218ebc2Copy full SHA for 218ebc2
eng/pipelines/templates/stages/archetype-rust-release.yml
@@ -110,7 +110,6 @@ stages:
110
Write-Host "Package version: $packageVersion"
111
112
$cratePath = "$ArtifactRootPath/$ArtifactName/$ArtifactName-$packageVersion.crate"
113
- Get-ChildItem "$ArtifactRootPath" -Recurse | ForEach-Object { Write-Host $_.FullName }
114
Copy-Item `
115
-Path $cratePath `
116
-Destination $OutDir
0 commit comments