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 455288c commit fa4ab88Copy full SHA for fa4ab88
eng/pipelines/templates/jobs/pack.yml
@@ -68,7 +68,7 @@ jobs:
68
69
- ${{ else }}:
70
- pwsh: |
71
- $artifacts = '${{ toJson(parameters.Artifacts) }}' | ConvertFrom-Json
+ $artifacts = '${{ convertToJson(parameters.Artifacts) }}' | ConvertFrom-Json
72
$requireDependencies = $true
73
$artifactsToBuild = $artifacts | Where-Object { $_.releaseInBatch }
74
0 commit comments