Skip to content

Commit 24d8709

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
Add dism and firewall to data
1 parent 6c5779b commit 24d8709

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

data.build.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,16 @@
163163
]
164164
}
165165
},
166+
{
167+
"Name": "dism_dsc",
168+
"Kind": "Resource",
169+
"IsRust": true,
170+
"SupportedPlatformOS": "Windows",
171+
"Binaries": ["dism_dsc"],
172+
"CopyFiles": {
173+
"Windows": ["optionalfeature.dsc.resource.json", "featureondemand.dsc.resource.json"]
174+
}
175+
},
166176
{
167177
"Name": "dsc",
168178
"Kind": "CLI",
@@ -429,6 +439,20 @@
429439
]
430440
}
431441
},
442+
{
443+
"Name": "windows_firewall",
444+
"Kind": "Resource",
445+
"IsRust": true,
446+
"SupportedPlatformOS": "Windows",
447+
"Binaries": [
448+
"windows_firewall"
449+
],
450+
"CopyFiles": {
451+
"Windows": [
452+
"windows_firewall.dsc.resource.json"
453+
]
454+
}
455+
},
432456
{
433457
"Name": "windows_service",
434458
"Kind": "Resource",

0 commit comments

Comments
 (0)