Skip to content

Commit 52c2750

Browse files
authored
Merge pull request #1354 from SteveL-MSFT/wu-pkg
Add Windows Update resource to package
2 parents 2f05566 + d79caab commit 52c2750

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packaging.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ $filesForWindowsPackage = @(
8383
'wmiAdapter.psd1',
8484
'wmiAdapter.psm1',
8585
'windows_baseline.dsc.yaml',
86-
'windows_inventory.dsc.yaml'
86+
'windows_inventory.dsc.yaml',
87+
'wu_dsc.exe',
88+
'windowsupdate.dsc.resource.json'
8789
)
8890

8991
$filesForLinuxPackage = @(

0 commit comments

Comments
 (0)