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