Skip to content

Commit

Permalink
Merge pull request #75 from sharwell/include-binaries
Browse files Browse the repository at this point in the history
Include binaries in the NuGet package
  • Loading branch information
Pilchie authored Jun 3, 2017
2 parents 80fc070 + dd668f7 commit 08907d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions xunit.runner.wpf/xunit.runner.wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
<ItemGroup>
<NuGetManifest Include="xunit.runner.wpf.nuspec">
<Version>$(NuPkgVersion)</Version>
<PackageAnalysis>False</PackageAnalysis>
</NuGetManifest>
</ItemGroup>
<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions xunit.runner.wpf/xunit.runner.wpf.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<tags>XUnit Gui test runner</tags>
</metadata>
<files>
<file src="*.dll" target="tools\"/>
<file src="xunit.runner.wpf.targets" target="build"/>
<file src="*.exe" target="tools\" exclude="*vshost*"/>
<file src="*.config" target="tools\" exclude="*vshost*"/>
<file src="bin\$Configuration$\*.dll" target="tools\"/>
<file src="xunit.runner.wpf.targets" target="build\net45"/>
<file src="bin\$Configuration$\*.exe" target="tools\" exclude="**\*vshost*"/>
<file src="bin\$Configuration$\*.config" target="tools\" exclude="**\*vshost*"/>
</files>
</package>

0 comments on commit 08907d7

Please sign in to comment.