We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283b0c5 commit cf6f470Copy full SHA for cf6f470
1 file changed
eng/pipelines/templates/steps/publish-to-dev-feed.yml
@@ -54,7 +54,7 @@ steps:
54
}
55
56
Write-Host "> $command"
57
- Invoke-Expression $command 2&>1 | Tee-Object -Variable publishOutput
+ Invoke-Expression $command 2>&1 | Tee-Object -Variable publishOutput
58
if ($LASTEXITCODE -ne 0) {
59
if ($ignoreDuplicates -and $publishOutput -match 'The feed .* already contains file') {
60
Write-Host "Package $($file.FullName) has already been published with the same version. Skipping."
0 commit comments