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 2261767 commit 0ccd537Copy full SHA for 0ccd537
eng/pipelines/templates/stages/archetype-rust-release.yml
@@ -110,6 +110,7 @@ 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