Skip to content
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

UpdateAssemblyInfo flag does not work if is last argument #278

Closed
JakeGinnivan opened this issue Oct 20, 2014 · 3 comments
Closed

UpdateAssemblyInfo flag does not work if is last argument #278

JakeGinnivan opened this issue Oct 20, 2014 · 3 comments

Comments

@JakeGinnivan
Copy link
Contributor

gitversion /output buildserver /updateassemblyinfo no longer runs

@gep13
Copy link
Member

gep13 commented Oct 20, 2014

The only way that I could get this to work, at all, was as I documented here:

https://github.com/Particular/GitVersion/wiki/Command-Line-Tool

i.e /output buildserver /updateassemblyinfo true

The true parameter is now required, due to the change that @hmemcpy made to include the ability to pass a parent CommonAssemblyInfo file.

@gep13
Copy link
Member

gep13 commented Oct 20, 2014

This is what I have been doing here:

https://github.com/gep13/ChocolateyGUI/blob/develop/BuildScripts/default.ps1#L191

And it has been working for me.

@JakeGinnivan
Copy link
Contributor Author

Fixed in 3.0 branch

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

2 participants