8000 Fix the build when using `PSDesiredStateConfiguration` module from PS… · PowerShell/PowerShell@e0a4855 · GitHub
[go: up one dir, main page]

Skip to content

Commit e0a4855

Browse files
author
Andrew
authored
Fix the build when using PSDesiredStateConfiguration module from PS Gallery (#15355)
1 parent f38c97e commit e0a4855

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

assets/wix/files.wxs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1678,9 +1678,6 @@
16781678
<File Id="filD2DD9066D1A148EBB7AD542DAC529862" KeyPath="yes" Source="$(var.ProductSourcePath)\Modules\PSDesiredStateConfiguration\en-US\about_PSDesiredStateConfiguration.md" />
16791679
</Component>
16801680
</Directory>
1681-
<Component Id="cmp67C4A6FC5E48487BB31DE411CF38B0B2">
1682-
<File Id="fil747B2801746E4FFCB93000BBA1089F15" KeyPath="yes" Source="$(var.ProductSourcePath)\Modules\PSDesiredStateConfiguration\PSDesiredStateConfiguration.cat" />
1683-
</Component>
16841681
</Directory>
16851682
<Directory Id="dirECE37E3EC3637A365744D075BD8132E9" Name="Microsoft.PowerShell.Management">
16861683
<Component Id="cmp6DAFD01CAA3A4C67185922F445EDE495">
@@ -3620,7 +3617,6 @@
36203617
<ComponentRef Id="cmp3AF5C6350FE04033B037554EA5060135" />
36213618
<ComponentRef Id="cmp0125D538DA2E4396BC1D595250B69263" />
36223619
<ComponentRef Id="cmpAC685A1C6E354E228EB6A1DD95FF03D5" />
3623-
<ComponentRef Id="cmp67C4A6FC5E48487BB31DE411CF38B0B2" />
36243620
<ComponentRef Id="cmp6DAFD01CAA3A4C67185922F445EDE495" />
36253621
<ComponentRef Id="cmp4AF592F1EDC8794BF4A3CCC2DCB717DB" />
36263622
<ComponentRef Id="cmpA65CEF99B64C1E95632B68EDFBF3739E" />

src/Modules/nuget.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<packageSources>
44
<clear />
55
<add key="PSGallery" value="https://www.powershellgallery.com/api/v2/" />
6-
<add key="powershell_nuget" value="https://powershell.pkgs.visualstudio.com/PowerShell/_packaging/powershell/nuget/v3/index.json" />
76
</packageSources>
87
<disabledPackageSources>
98
<clear />

0 commit comments

Comments
 (0)
0