Skip to content

Commit cb896c4

Browse files
committed
remove including psdsc as part of package
1 parent 50f1def commit cb896c4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: build.ps1

-4
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-
'PSDesiredStateConfiguration/',
3332
'psDscAdapter/',
3433
'reboot_pending.dsc.resource.json',
3534
'reboot_pending.resource.ps1',
@@ -198,9 +197,6 @@ if (!$SkipBuild) {
198197

199198
if ($IsWindows) {
200199
$projects += $windows_projects
201-
Save-Module -Path $target -Name 'PSDesiredStateConfiguration' -RequiredVersion '2.0.7' -Repository PSGallery -Force
202-
# Need to unhide all the files so that packaging works
203-
Get-ChildItem -Path $target -Recurse -Hidden | ForEach-Object { $_.Attributes = 'Normal' }
204200
}
205201

206202
if ($IsMacOS) {

0 commit comments

Comments
 (0)