File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ $filesForWindowsPackage = @(
35
35
' assertion.dsc.resource.json' ,
36
36
' group.dsc.resource.json' ,
37
37
' NOTICE.txt' ,
38
+ ' osinfo.exe' ,
39
+ ' osinfo.dsc.resource.json' ,
38
40
' powershell.dsc.resource.json' ,
39
41
' psDscAdapter/' ,
40
42
' reboot_pending.dsc.resource.json' ,
@@ -61,6 +63,8 @@ $filesForLinuxPackage = @(
61
63
' apt.dsc.resource.sh' ,
62
64
' group.dsc.resource.json' ,
63
65
' NOTICE.txt' ,
66
+ ' osinfo' ,
67
+ ' osinfo.dsc.resource.json' ,
64
68
' powershell.dsc.resource.json' ,
65
69
' psDscAdapter/' ,
66
70
' RunCommandOnSet.dsc.resource.json' ,
@@ -78,6 +82,8 @@ $filesForMacPackage = @(
78
82
' brew.dsc.resource.sh' ,
79
83
' group.dsc.resource.json' ,
80
84
' NOTICE.txt' ,
85
+ ' osinfo' ,
86
+ ' osinfo.dsc.resource.json' ,
81
87
' powershell.dsc.resource.json' ,
82
88
' psDscAdapter/' ,
83
89
' RunCommandOnSet.dsc.resource.json' ,
You can’t perform that action at this time.
0 commit comments