Skip to content

Commit 1990f4e

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix paths for psadapter
1 parent 54a41b9 commit 1990f4e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ $filesForWindowsPackage = @(
2929
'assertion.dsc.resource.json',
3030
'group.dsc.resource.json',
3131
'powershell.dsc.resource.json',
32-
'powershell.resource.ps1',
3332
'PSDesiredStateConfiguration/',
3433
'psDscAdapter/',
3534
'reboot_pending.dsc.resource.json',
@@ -48,7 +47,6 @@ $filesForLinuxPackage = @(
4847
'assertion.dsc.resource.json',
4948
'group.dsc.resource.json',
5049
'powershell.dsc.resource.json',
51-
'powershell.resource.ps1',
5250
'psDscAdapter/',
5351
'RunCommandOnSet.dsc.resource.json',
5452
'runcommandonset'
@@ -61,7 +59,6 @@ $filesForMacPackage = @(
6159
'brew.dsc.resource.sh',
6260
'group.dsc.resource.json',
6361
'powershell.dsc.resource.json',
64-
'powershell.resource.ps1',
6562
'psDscAdapter/',
6663
'RunCommandOnSet.dsc.resource.json',
6764
'runcommandonset'

0 commit comments

Comments
 (0)