Skip to content

Commit 61d53a5

Browse files
authored
Merge pull request #1437 from SteveL-MSFT/add-y2j
Add `y2j` tool to package
2 parents 88b3a1d + f335dd7 commit 61d53a5

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

data.build.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"RunCommandOnSet.dsc.resource.json",
2727
"runcommandonset",
2828
"sshdconfig",
29-
"sshd_config.dsc.resource.json"
29+
"sshd_config.dsc.resource.json",
30+
"y2j"
3031
],
3132
"macOS": [
3233
"dsc",
@@ -50,7 +51,8 @@
5051
"RunCommandOnSet.dsc.resource.json",
5152
"runcommandonset",
5253
"sshdconfig",
53-
"sshd_config.dsc.resource.json"
54+
"sshd_config.dsc.resource.json",
55+
"y2j"
5456
],
5557
"Windows": [
5658
"appx.dsc.extension.json",
@@ -91,7 +93,8 @@
9193
"wmiAdapter.psd1",
9294
"wmiAdapter.psm1",
9395
"windows_baseline.dsc.yaml",
94-
"windows_inventory.dsc.yaml"
96+
"windows_inventory.dsc.yaml",
97+
"y2j.exe"
9598
]
9699
},
97100
"Projects": [

0 commit comments

Comments
 (0)