We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b2d85 commit 286e6e9Copy full SHA for 286e6e9
build.ps1
@@ -95,7 +95,6 @@ $filesForLinuxPackage = @(
95
'osinfo.dsc.resource.json',
96
'powershell.dsc.resource.json',
97
'psDscAdapter/',
98
- 'psscript.dsc.resource.json',
99
'RunCommandOnSet.dsc.resource.json',
100
'runcommandonset'
101
)
@@ -480,7 +479,7 @@ if (!$SkipBuild) {
480
479
Copy-Item "*.dsc.resource.*","*.dsc.manifests.*" $target -Force -ErrorAction Ignore
481
}
482
else { # don't copy WindowsPowerShell resource manifest
483
- $exclude = @('windowspowershell.dsc.resource.json', 'winpsscript.dsc.resource.json')
+ $exclude = @('windowspowershell.dsc.resource.json')
484
Copy-Item "*.dsc.resource.*","*.dsc.manifests.*" $target -Exclude $exclude -Force -ErrorAction Ignore
485
486
0 commit comments