Skip to content

Commit 981192a

Browse files
committed
add osinfo resource to packages
1 parent ff54eea commit 981192a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.ps1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ $filesForWindowsPackage = @(
3535
'assertion.dsc.resource.json',
3636
'group.dsc.resource.json',
3737
'NOTICE.txt',
38+
'osinfo.exe',
39+
'osinfo.dsc.resource.json',
3840
'powershell.dsc.resource.json',
3941
'psDscAdapter/',
4042
'reboot_pending.dsc.resource.json',
@@ -61,6 +63,8 @@ $filesForLinuxPackage = @(
6163
'apt.dsc.resource.sh',
6264
'group.dsc.resource.json',
6365
'NOTICE.txt',
66+
'osinfo',
67+
'osinfo.dsc.resource.json',
6468
'powershell.dsc.resource.json',
6569
'psDscAdapter/',
6670
'RunCommandOnSet.dsc.resource.json',
@@ -78,6 +82,8 @@ $filesForMacPackage = @(
7882
'brew.dsc.resource.sh',
7983
'group.dsc.resource.json',
8084
'NOTICE.txt',
85+
'osinfo',
86+
'osinfo.dsc.resource.json',
8187
'powershell.dsc.resource.json',
8288
'psDscAdapter/',
8389
'RunCommandOnSet.dsc.resource.json',

0 commit comments

Comments
 (0)