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

Get-Package uses StartsWith #11

Closed jole78 closed 10 years ago

jole78 commented 10 years ago

if SpecFlow.Unit.1.1.1 package exist in the same dir as SpecFlow.1.9.1 we will look in the wrong directory since Get-Package uses StartsWith($Name) and this finds both of them.

jole78 commented 10 years ago

1.3.7