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

Support optional app.config generation without date suffix #212

Open
wants to merge 1 commit into
base: develop-3.0
Choose a base branch
from
Open

Support optional app.config generation without date suffix #212

wants to merge 1 commit into from

Conversation

lrascao
Copy link
Contributor

@lrascao lrascao commented Feb 7, 2016

Depending on wether the dest_file parameter is a complete
filename with extension, skip or append the datetime suffix
at the end of it.

So for example, -dest_file component.config will result in a component.config file and -dest_file component will result in a component.2016.02.07.22.46.49.config file.
This is useful for generating dependency specific .config files that will the included from the main application sys.configfile, since the generated name with the timestamp is always different it makes it difficult for this use case.

Depending on wether the dest_file parameter is a complete
filename with extension, skip or append the datetime suffix
at the end of it.
@martincox martincox changed the base branch from develop to develop-3.0 January 25, 2022 15:36
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

Successfully merging this pull request may close these issues.

1 participant