Skip to content

Commit

Permalink
Fixup in update sample pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-it committed Dec 29, 2023
1 parent c88720e commit bf10d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare-sample-data.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ $orderedSampleModel = [ordered]@{}
foreach ($Item in ($sampleModel.GetEnumerator() | Sort-Object -Property Key)) {
$orderedSampleModel[$Item.Key] = $Item.Value
}
New-Object -TypeName psobject -Property $orderedSampleModel | ConvertTo-Json -Depth 10 | Out-File "$workspacePath\vscode-viva\data\sp-dev-fx-samples.json"
New-Object -TypeName psobject -Property $orderedSampleModel | ConvertTo-Json -Depth 10 | Out-File "$workspacePath\data\sp-dev-fx-samples.json"

0 comments on commit bf10d05

Please sign in to comment.