@@ -51,7 +51,6 @@ if ($GetPackageVersion) {
5151$filesForWindowsPackage = @ (
5252 ' appx.dsc.extension.json' ,
5353 ' appx-discover.ps1' ,
54- ' bicep.dsc.extension.json' ,
5554 ' dsc.exe' ,
5655 ' dsc_default.settings.json' ,
5756 ' dsc.settings.json' ,
@@ -65,18 +64,12 @@ $filesForWindowsPackage = @(
6564 ' osinfo.dsc.resource.json' ,
6665 ' powershell.dsc.resource.json' ,
6766 ' psDscAdapter/' ,
68- ' psscript.ps1' ,
69- ' psscript.dsc.resource.json' ,
70- ' winpsscript.dsc.resource.json' ,
7167 ' reboot_pending.dsc.resource.json' ,
7268 ' reboot_pending.resource.ps1' ,
7369 ' registry.dsc.resource.json' ,
7470 ' registry.exe' ,
7571 ' RunCommandOnSet.dsc.resource.json' ,
7672 ' RunCommandOnSet.exe' ,
77- ' sshdconfig.exe' ,
78- ' sshd-windows.dsc.resource.json' ,
79- ' sshd_config.dsc.resource.json' ,
8073 ' windowspowershell.dsc.resource.json' ,
8174 ' wmi.dsc.resource.json' ,
8275 ' wmi.resource.ps1' ,
@@ -87,7 +80,6 @@ $filesForWindowsPackage = @(
8780)
8881
8982$filesForLinuxPackage = @ (
90- ' bicep.dsc.extension.json' ,
9183 ' dsc' ,
9284 ' dsc_default.settings.json' ,
9385 ' dsc.settings.json'
@@ -103,16 +95,12 @@ $filesForLinuxPackage = @(
10395 ' osinfo.dsc.resource.json' ,
10496 ' powershell.dsc.resource.json' ,
10597 ' psDscAdapter/' ,
106- ' psscript.ps1' ,
10798 ' psscript.dsc.resource.json' ,
10899 ' RunCommandOnSet.dsc.resource.json' ,
109- ' runcommandonset' ,
110- ' sshdconfig' ,
111- ' sshd_config.dsc.resource.json'
100+ ' runcommandonset'
112101)
113102
114103$filesForMacPackage = @ (
115- ' bicep.dsc.extension.json' ,
116104 ' dsc' ,
117105 ' dsc_default.settings.json' ,
118106 ' dsc.settings.json'
@@ -128,12 +116,8 @@ $filesForMacPackage = @(
128116 ' osinfo.dsc.resource.json' ,
129117 ' powershell.dsc.resource.json' ,
130118 ' psDscAdapter/' ,
131- ' psscript.ps1' ,
132- ' psscript.dsc.resource.json' ,
133119 ' RunCommandOnSet.dsc.resource.json' ,
134- ' runcommandonset' ,
135- ' sshdconfig' ,
136- ' sshd_config.dsc.resource.json'
120+ ' runcommandonset'
137121)
138122
139123# the list of files other than the binaries which need to be executable
0 commit comments