Skip to content

Commit 634750e

Browse files
committed
fix merge conflicts
2 parents f083932 + 388daa9 commit 634750e

File tree

35 files changed

+2266
-1711
lines changed

35 files changed

+2266
-1711
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Rust
22

33
on:
44
push:
5-
branches: [ "main", "release/v3.0.0", "release/v3.1" ]
5+
branches: [ "main", "release/*" ]
66
pull_request:
7-
branches: [ "main", "release/v3.0.0", "release/v3.1" ]
7+
branches: [ "main", "release/*" ]
88
paths-ignore:
99
- "docs/**"
1010
- "*.md"

build.ps1

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ $filesForWindowsPackage = @(
6060
'RunCommandOnSet.dsc.resource.json',
6161
'RunCommandOnSet.exe',
6262
'sshdconfig.exe',
63-
'sshd.dsc.resource.json',
63+
'sshd-windows.dsc.resource.json',
6464
'sshd_config.dsc.resource.json',
6565
'windowspowershell.dsc.resource.json',
6666
'wmi.dsc.resource.json',
@@ -88,7 +88,6 @@ $filesForLinuxPackage = @(
8888
'RunCommandOnSet.dsc.resource.json',
8989
'runcommandonset',
9090
'sshdconfig',
91-
'sshd.dsc.resource.json',
9291
'sshd_config.dsc.resource.json'
9392
)
9493

@@ -111,7 +110,6 @@ $filesForMacPackage = @(
111110
'RunCommandOnSet.dsc.resource.json',
112111
'runcommandonset',
113112
'sshdconfig',
114-
'sshd.dsc.resource.json',
115113
'sshd_config.dsc.resource.json'
116114
)
117115

@@ -176,7 +174,7 @@ if ($null -ne $packageType) {
176174

177175
& $rustup default stable
178176

179-
## Test if Node is installed
177+
## Test if Node is installed
180178
## Skipping upgrade as users may have a specific version they want to use
181179
if (!(Get-Command 'node' -ErrorAction Ignore)) {
182180
Write-Verbose -Verbose "Node.js not found, installing..."

0 commit comments

Comments
 (0)