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 47c4a93 commit 09e1692Copy full SHA for 09e1692
eng/pipelines/templates/jobs/pack.yml
@@ -78,10 +78,10 @@ jobs:
78
$requireDependencies = $false
79
}
80
81
- $packageNames = $artifactsToBuild.name -join ','
+ $packageNames = $artifactsToBuild.name
82
83
if ($requireDependencies) {
84
- Write-Host "Building crates with dependency validation for reelase"
+ Write-Host "Building crates with dependency validation for release"
85
& $(Build.SourcesDirectory)/eng/scripts/Pack-ReleaseCrates.ps1 `
86
-OutputPath '$(Build.ArtifactStagingDirectory)' `
87
-PackageNames $packageNames `
0 commit comments