Skip to content

Commit

Permalink
Remove extraneous files from package
Browse files Browse the repository at this point in the history
Fixes se[arate issue discovered in #31
  • Loading branch information
heaths committed Jun 27, 2018
1 parent fa9880b commit edb976d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/PowerShell/PowerShell.nuspec
Expand Up @@ -52,7 +52,9 @@
<dependencies />
</metadata>
<files>
<file src="bin\$Configuration$\*.*" exclude="**\*.nupkg;**\Microsoft.Tools.WindowsInstaller.PowerShell.xml" />
<file src="bin\$Configuration$\*.dll" />
<file src="bin\$Configuration$\*.xml" exclude="**\Microsoft.Tools.WindowsInstaller.PowerShell.xml" />
<file src="bin\$Configuration$\MSI.*" />
<file src="$SolutionDir$LICENSE.txt" />
<file src="$SolutionDir$lib\wix\LICENSE.txt" target="Licenses\WIX.txt" />
</files>
Expand Down

0 comments on commit edb976d

Please sign in to comment.