-
Notifications
You must be signed in to change notification settings - Fork 652
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
NuGet pack is getting the wrong version number #18
Comments
Looking at the build log we're outputting that version: [12:46:36][GitFlowVersionTask.UpdateAssemblyInfo] Are you using the GitFlowVersion.NugetVersion TC parameter? On Wed, Oct 16, 2013 at 3:11 PM, Niels Henrik Hagen <
|
No, I'm not. I tried putting that into the version property for the nuget build pack step, but them TC would not run the build. I'm guessing I'm missing a prefix or something, I tried |
You need to fool TC that it exists by adding a dummy property with the same name to the root project. Then it will run and gfv will update it so that downstream steps can use it Sent from my iPhone On 16 okt 2013, at 17:32, Niels Henrik Hagen notifications@github.com wrote:
|
Thanx, that worked - The readme is a bit unclear about this
Now to figure out how to get this working across 6 build agents |
Perhaps a pull request with updated readme?;) Sent from my iPhone On 16 okt 2013, at 17:51, Niels Henrik Hagen notifications@github.com wrote:
|
I'll get to it :) |
In TeamCity nuget gives my package the wrong version
1.1.0-Unstable2
it should have been1.1.0-Unstable0002
TeamCity build log output
The text was updated successfully, but these errors were encountered: