The build folder was mistakenly removed from the NuGet package in v0.6.0.
The .props file makes sure that the plugin is copied to the output folder during build.
Although this does not seems to affect runners like the Visual Studio Test Runner,
it did affect other testing tools like NCrunch, as described in #36.
The
build
folder was mistakenly removed from the NuGet package in v0.6.0. The.props
file makes sure that the plugin is copied to the output folder during build. Although this does not seems to affect runners like the Visual Studio Test Runner, it did affect other testing tools like NCrunch, as described in #36.Contributor: @RemyBoyer Fixes: #36