Skip to content

Commit 286e6e9

Browse files
committed
remove newer file
1 parent 33b2d85 commit 286e6e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ $filesForLinuxPackage = @(
9595
'osinfo.dsc.resource.json',
9696
'powershell.dsc.resource.json',
9797
'psDscAdapter/',
98-
'psscript.dsc.resource.json',
9998
'RunCommandOnSet.dsc.resource.json',
10099
'runcommandonset'
101100
)
@@ -480,7 +479,7 @@ if (!$SkipBuild) {
480479
Copy-Item "*.dsc.resource.*","*.dsc.manifests.*" $target -Force -ErrorAction Ignore
481480
}
482481
else { # don't copy WindowsPowerShell resource manifest
483-
$exclude = @('windowspowershell.dsc.resource.json', 'winpsscript.dsc.resource.json')
482+
$exclude = @('windowspowershell.dsc.resource.json')
484483
Copy-Item "*.dsc.resource.*","*.dsc.manifests.*" $target -Exclude $exclude -Force -ErrorAction Ignore
485484
}
486485

0 commit comments

Comments
 (0)