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

Enable publishing pre-release versions of package #82

Closed mbhoek closed 2 years ago

mbhoek commented 2 years ago

Changes GitVersion mode to ContinuousDeployment.

main is build, signed and pushed to NuGet as pre-release version. tags is build, signed and pushed to NuGet as release version (with the tag).

Tagging the version is a manual step.

Fixes: #81