Skip to content

Commit fa4ab88

Browse files
committed
convertToJson
1 parent 455288c commit fa4ab88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/templates/jobs/pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
- ${{ else }}:
7070
- pwsh: |
71-
$artifacts = '${{ toJson(parameters.Artifacts) }}' | ConvertFrom-Json
71+
$artifacts = '${{ convertToJson(parameters.Artifacts) }}' | ConvertFrom-Json
7272
$requireDependencies = $true
7373
$artifactsToBuild = $artifacts | Where-Object { $_.releaseInBatch }
7474

0 commit comments

Comments
 (0)