We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f1def commit cb896c4Copy full SHA for cb896c4
build.ps1
@@ -29,7 +29,6 @@ $filesForWindowsPackage = @(
29
'assertion.dsc.resource.json',
30
'group.dsc.resource.json',
31
'powershell.dsc.resource.json',
32
- 'PSDesiredStateConfiguration/',
33
'psDscAdapter/',
34
'reboot_pending.dsc.resource.json',
35
'reboot_pending.resource.ps1',
@@ -198,9 +197,6 @@ if (!$SkipBuild) {
198
197
199
if ($IsWindows) {
200
$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' }
204
}
205
206
if ($IsMacOS) {
0 commit comments