Skip to content

What happend to GitFlowVersionTask? #435

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
babadofar opened this issue May 6, 2015 · 11 comments
Closed

What happend to GitFlowVersionTask? #435

babadofar opened this issue May 6, 2015 · 11 comments

Comments

@babadofar
Copy link

Hi,
We have used GitFlowVersionTask as part of our build procedure for some time now, all of a sudden the package is no longer available on nuget!? Trying to replace it with GitVersionTask, and get various errors,I will put those in a separate issue. But really, what happened? Need to have GitFlowVersionTask back on nuget, at least untill GitVersionTask functions with TeamCity..

@SimonCropp
Copy link
Contributor

It got merged into http://www.nuget.org/packages/GitVersionTask/

@gep13
Copy link
Member

gep13 commented May 7, 2015

@SimonCropp was the nuget package for GitFlowVersionTask unlised on nuget.org?

@SimonCropp
Copy link
Contributor

@gep13 they are hidden. not unlisted. so people can still retrieve it to do a build. and it was done early last year

@SimonCropp
Copy link
Contributor

we actually never even made it to a version 1.0 of GitFlowVersionTask

@gep13
Copy link
Member

gep13 commented May 7, 2015

Ah, perfect. So in the interim, @babadofar could still make use of:

http://www.nuget.org/packages/GitFlowVersionTask

Ideally though, we will hopefully get GitVersionTask working correctly, I have seen some other issues raised by @babadofar

@SimonCropp
Copy link
Contributor

yeah i suspect the errors would have been cause by some intermittent nuget down time. Note to see the list http://www.nuget.org/packages/GitFlowVersionTask u will need to login

@babadofar
Copy link
Author

OK, this is working now. Quite strange that this was the only unavailable package, but, that's life isn't it. ;)

nuget install GitFlowVersionTask -Version 0.8.0 -NoCache
Installing 'GitFlowVersionTask 0.8.0'.
Successfully installed 'GitFlowVersionTask 0.8.0'.

@JakeGinnivan
Copy link
Contributor

@babadofar can you raise the errors which prevented you from using GitVersionTask?

@babadofar
Copy link
Author

Sure, the issue is here #436
And it boils down to avoiding the problems stemming from libgit2sharp not supporting ssh.
We use a "prefetch all branches" script, and need the ability to set the nofetch option on the GitVersionTask, which will be in the next release. So all in all, we're ready to upgrade to use GitVersionTask from the next stable version:)

@JakeGinnivan
Copy link
Contributor

Good news :)

@gep13
Copy link
Member

gep13 commented May 7, 2015

Sweet! Glad we got this sorted out :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants