SpecFlowOSS / SpecFlow.Actions

BSD 3-Clause "New" or "Revised" License
57 stars 53 forks source link

Unable to build project after updating SpecFlow.Actions.WindowsAppDriver to v0.1.341 #103

Closed DrunkenDeveloper closed 2 years ago

DrunkenDeveloper commented 2 years ago

Hi,

I've updated SpecFlow.Actions.WindowsAppDriver to the recent version 0.1.341. Unfortunately, the project won't build any more. During the restore, it tries to resolve SpecFlow.Actions.Appium and SpecFlow.Actions.Configuration.SpecFlowPlugin (deprecated) in version >= 0.1.341, but can only find version 0.1.177.

Maybe I'm missing something here or need these packages to be rebuilt to match the version of SpecFlow.Actions.WindowsAppDriver?

Best regards

SabotageAndi commented 2 years ago

Ah, ok there is a bug in the ci/cd pipeline. I will fix it next week.

SabotageAndi commented 2 years ago

CI/CD pipeline is fixed and correct packages should now be on NuGet.org.