Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

AppVeyor Build for dotnet to get pre-release NuGet feed #199

Merged
merged 17 commits into from
Jul 26, 2016

Conversation

SabotageAndi
Copy link
Contributor

As with @aslakhellesoy shortly discussed on gitter, this is an AppVeyor yml that enables pre-release NuGets via an AppVeyor build.
AppVeyor is hosting the feed, so no need of NuGet.org account credentials.

You have to add the project in AppVeyor as described here: https://www.appveyor.com/docs
As the yml- file already exists, it is only the click on the add button.

In the Settings\NuGet section you will find the feed Url. Please update the one in dotnet/README.md to your value.
Also update the urls of the badge.

I assumed that the next version will be 3.3.0. If this is not correct, please update the GherkinVersion in environment.



environment:
GherkinVersion: "3.3.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The next version is going to be 4.0.0, but we didn't know that until recently - we thought it was going to be 3.2.1 until we introduced a backwards-incompatible change.

We won't always know what the next version will be, but I guess it's best to assume it will be the last release +1 patch - then update minor or major if we know it will change.

Anyway - please change this to 4.0.0

@SabotageAndi
Copy link
Contributor Author

Version is updated to 4.0.0. Or should it be another one as the release already happened?

@aslakhellesoy
Copy link
Contributor

The thing is - I don't know what the next release number will be. We have the same problem with java/pom.xml I suppose. Let's assume 4.0.1 for now and we'll bump it if we know we'll bump the minor or major number.

@SabotageAndi
Copy link
Contributor Author

@aslakhellesoy It is updated to 4.0.1.

@aslakhellesoy aslakhellesoy merged commit 8622740 into cucumber-attic:master Jul 26, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants