File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ $filesForWindowsPackage = @(
59
59
' registry.exe' ,
60
60
' RunCommandOnSet.dsc.resource.json' ,
61
61
' RunCommandOnSet.exe' ,
62
+ ' sshdconfig.exe' ,
63
+ ' sshdconfig.dsc.resource.json' ,
62
64
' windowspowershell.dsc.resource.json' ,
63
65
' wmi.dsc.resource.json' ,
64
66
' wmi.resource.ps1' ,
@@ -83,7 +85,9 @@ $filesForLinuxPackage = @(
83
85
' powershell.dsc.resource.json' ,
84
86
' psDscAdapter/' ,
85
87
' RunCommandOnSet.dsc.resource.json' ,
86
- ' runcommandonset'
88
+ ' runcommandonset' ,
89
+ ' sshdconfig.exe' ,
90
+ ' sshdconfig.dsc.resource.json' ,
87
91
)
88
92
89
93
$filesForMacPackage = @ (
@@ -103,7 +107,9 @@ $filesForMacPackage = @(
103
107
' powershell.dsc.resource.json' ,
104
108
' psDscAdapter/' ,
105
109
' RunCommandOnSet.dsc.resource.json' ,
106
- ' runcommandonset'
110
+ ' runcommandonset' ,
111
+ ' sshdconfig.exe' ,
112
+ ' sshdconfig.dsc.resource.json' ,
107
113
)
108
114
109
115
# the list of files other than the binaries which need to be executable
@@ -271,6 +277,7 @@ if (!$SkipBuild) {
271
277
" powershell-adapter" ,
272
278
" process" ,
273
279
" runcommandonset" ,
280
+ " sshdconfig" ,
274
281
" tools/dsctest" ,
275
282
" tools/test_group_resource" ,
276
283
" y2j" ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments