Skip to content

Commit cca8cd5

Browse files
committed
add sshdconfig to build script
1 parent e085f69 commit cca8cd5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

build.ps1

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ $filesForWindowsPackage = @(
5959
'registry.exe',
6060
'RunCommandOnSet.dsc.resource.json',
6161
'RunCommandOnSet.exe',
62+
'sshdconfig.exe',
63+
'sshdconfig.dsc.resource.json',
6264
'windowspowershell.dsc.resource.json',
6365
'wmi.dsc.resource.json',
6466
'wmi.resource.ps1',
@@ -83,7 +85,9 @@ $filesForLinuxPackage = @(
8385
'powershell.dsc.resource.json',
8486
'psDscAdapter/',
8587
'RunCommandOnSet.dsc.resource.json',
86-
'runcommandonset'
88+
'runcommandonset',
89+
'sshdconfig.exe',
90+
'sshdconfig.dsc.resource.json',
8791
)
8892

8993
$filesForMacPackage = @(
@@ -103,7 +107,9 @@ $filesForMacPackage = @(
103107
'powershell.dsc.resource.json',
104108
'psDscAdapter/',
105109
'RunCommandOnSet.dsc.resource.json',
106-
'runcommandonset'
110+
'runcommandonset',
111+
'sshdconfig.exe',
112+
'sshdconfig.dsc.resource.json',
107113
)
108114

109115
# the list of files other than the binaries which need to be executable
@@ -271,6 +277,7 @@ if (!$SkipBuild) {
271277
"powershell-adapter",
272278
"process",
273279
"runcommandonset",
280+
"sshdconfig",
274281
"tools/dsctest",
275282
"tools/test_group_resource",
276283
"y2j",

0 commit comments

Comments
 (0)