-
Notifications
You must be signed in to change notification settings - Fork 35
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
Support placeholders as defined in nuspec specification #246
Comments
This would also make translating existing NuGet based solutions to ripple Michael On 22 November 2013 12:19, danielmarbach [email protected] wrote:
|
For my edification, can you give us an example of how that's used? |
If you put something like this: $id$ $version$ <title>Some title</title> Me Mine Ltd false Stuff Copyright Me 2013In a nuspec file, and the name of the file matches the name of one of your Michael On 22 November 2013 14:05, Jeremy D. Miller [email protected]:
|
I got you now, I didn't know about that. It's opposite of how we work. We have the build scripts push in the version, build the common assembly info on the fly, and push in the version to ripple local-nuget |
Wouldn't it be nice if ripple could leverage those placeholders and for example put in the stuff passed by console arguments? |
Or (speaking from personal convenience :) ) from a assembly info parses I'm even willing to put some time into making it happen, but only if Jeremy Michael On 25 November 2013 07:56, danielmarbach [email protected] wrote:
|
http://docs.nuget.org/docs/reference/nuspec-reference
According to the reference placeholders like$version$ and $id$ can be used. When combined with ripple the ripple commands throw exceptions.
The text was updated successfully, but these errors were encountered: