@@ -57,6 +57,8 @@ $filesForWindowsPackage = @(
5757 ' assertion.dsc.resource.json' ,
5858 ' group.dsc.resource.json' ,
5959 ' include.dsc.resource.json' ,
60+ ' microsoft.powershell.dsc.extension.json' ,
61+ ' microsoft.powershell.secret.ps1' ,
6062 ' NOTICE.txt' ,
6163 ' osinfo.exe' ,
6264 ' osinfo.dsc.resource.json' ,
@@ -95,6 +97,8 @@ $filesForLinuxPackage = @(
9597 ' apt.dsc.resource.sh' ,
9698 ' group.dsc.resource.json' ,
9799 ' include.dsc.resource.json' ,
100+ ' microsoft.powershell.dsc.extension.json' ,
101+ ' microsoft.powershell.secret.ps1' ,
98102 ' NOTICE.txt' ,
99103 ' osinfo' ,
100104 ' osinfo.dsc.resource.json' ,
@@ -120,6 +124,8 @@ $filesForMacPackage = @(
120124 ' brew.dsc.resource.sh' ,
121125 ' group.dsc.resource.json' ,
122126 ' include.dsc.resource.json' ,
127+ ' microsoft.powershell.dsc.extension.json' ,
128+ ' microsoft.powershell.secret.ps1' ,
123129 ' NOTICE.txt' ,
124130 ' osinfo' ,
125131 ' osinfo.dsc.resource.json' ,
@@ -324,9 +330,9 @@ if (!$SkipBuild) {
324330 }
325331
326332 # make sure dependencies are built first so clippy runs correctly
327- $windows_projects = @ (" pal" , " registry_lib" , " registry" , " reboot_pending" , " wmi-adapter" , " configurations/windows" , ' extensions/appx' )
328- $macOS_projects = @ (" resources/brew" )
329- $linux_projects = @ (" resources/apt" )
333+ $windows_projects = @ (" pal" , " registry_lib" , " registry" , " reboot_pending" , " wmi-adapter" , " configurations/windows" , " extensions/appx" , " extensions/powershell/secret " )
334+ $macOS_projects = @ (" resources/brew" , " extensions/powershell/secret " )
335+ $linux_projects = @ (" resources/apt" , " extensions/powershell/secret " )
330336
331337 # projects are in dependency order
332338 $projects = @ (
0 commit comments