@@ -60,7 +60,8 @@ $filesForWindowsPackage = @(
60
60
' RunCommandOnSet.dsc.resource.json' ,
61
61
' RunCommandOnSet.exe' ,
62
62
' sshdconfig.exe' ,
63
- ' sshdconfig.dsc.resource.json' ,
63
+ ' sshd-windows.dsc.resource.json' ,
64
+ ' sshd_config.dsc.resource.json' ,
64
65
' windowspowershell.dsc.resource.json' ,
65
66
' wmi.dsc.resource.json' ,
66
67
' wmi.resource.ps1' ,
@@ -87,7 +88,7 @@ $filesForLinuxPackage = @(
87
88
' RunCommandOnSet.dsc.resource.json' ,
88
89
' runcommandonset' ,
89
90
' sshdconfig' ,
90
- ' sshdconfig .dsc.resource.json'
91
+ ' sshd_config .dsc.resource.json'
91
92
)
92
93
93
94
$filesForMacPackage = @ (
@@ -109,7 +110,7 @@ $filesForMacPackage = @(
109
110
' RunCommandOnSet.dsc.resource.json' ,
110
111
' runcommandonset' ,
111
112
' sshdconfig' ,
112
- ' sshdconfig .dsc.resource.json'
113
+ ' sshd_config .dsc.resource.json'
113
114
)
114
115
115
116
# the list of files other than the binaries which need to be executable
@@ -173,7 +174,7 @@ if ($null -ne $packageType) {
173
174
174
175
& $rustup default stable
175
176
176
- # # Test if Node is installed
177
+ # # Test if Node is installed
177
178
# # Skipping upgrade as users may have a specific version they want to use
178
179
if (! (Get-Command ' node' - ErrorAction Ignore)) {
179
180
Write-Verbose - Verbose " Node.js not found, installing..."
0 commit comments