jole78 / TeamCity.SpecFlow.Reporting

Automates, via PowerShell, the process of executing SpecFlow features via specflow.exe to produce a html report that can be shown in TeamCity.
MIT License
19 stars 1 forks source link

Add support for nuget packages without versions #8

Closed jole78 closed 10 years ago

jole78 commented 10 years ago

Packages without version is not supported. e.g.: NUnit.Runners will not work, Nunit.Runners.1.0.1 is required

nuget.exe supports the switch -ExcludeVersion so this may happen

jole78 commented 10 years ago

1.3.7 fixes this one