solidtoken / SpecFlow.DependencyInjection

SpecFlow plugin that enables to use Microsoft.Extensions.DependencyInjection for resolving test dependencies.
BSD 3-Clause "New" or "Revised" License
35 stars 11 forks source link

Reintroduce build folder for NuGet package #43

Closed mbhoek closed 3 years ago

mbhoek commented 3 years ago

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