Skip to content

Commit 57bfa9b

Browse files
(MAINT) Add missing commas in packaging.ps1
1 parent 4469b1a commit 57bfa9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packaging.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ $filesForLinuxPackage = @(
8989
'bicep.dsc.extension.json',
9090
'dsc',
9191
'dsc_default.settings.json',
92-
'dsc.settings.json'
92+
'dsc.settings.json',
9393
'dscecho',
9494
'echo.dsc.resource.json',
9595
'assertion.dsc.resource.json',
@@ -114,7 +114,7 @@ $filesForMacPackage = @(
114114
'bicep.dsc.extension.json',
115115
'dsc',
116116
'dsc_default.settings.json',
117-
'dsc.settings.json'
117+
'dsc.settings.json',
118118
'dscecho',
119119
'echo.dsc.resource.json',
120120
'assertion.dsc.resource.json',

0 commit comments

Comments
 (0)