We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa9880b commit edb976dCopy full SHA for edb976d
src/PowerShell/PowerShell.nuspec
@@ -52,7 +52,9 @@
52
<dependencies />
53
</metadata>
54
<files>
55
- <file src="bin\$Configuration$\*.*" exclude="**\*.nupkg;**\Microsoft.Tools.WindowsInstaller.PowerShell.xml" />
+ <file src="bin\$Configuration$\*.dll" />
56
+ <file src="bin\$Configuration$\*.xml" exclude="**\Microsoft.Tools.WindowsInstaller.PowerShell.xml" />
57
+ <file src="bin\$Configuration$\MSI.*" />
58
<file src="$SolutionDir$LICENSE.txt" />
59
<file src="$SolutionDir$lib\wix\LICENSE.txt" target="Licenses\WIX.txt" />
60
</files>
0 commit comments