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

Add solution name to project name ? #681

Open
dansted opened this issue Jun 9, 2022 · 1 comment
Open

Add solution name to project name ? #681

dansted opened this issue Jun 9, 2022 · 1 comment

Comments

@dansted
Copy link

dansted commented Jun 9, 2022

I would like to add the solution name to my project template name, something like this: "MySolution.MyProject.csproj"
Is it possible to get the solution name from within the template.json file ?

I've tried this, without any luck:

"SolutionParam": {
"type": "parameter",
"datatype": "text",
"fileRename": "MySolution",
"defaultValue": "[$SolutionName]",
"replaces": "MySolution"
}

@ricaun
Copy link

ricaun commented Mar 30, 2024

Does someone know some solution for that?

Need to replace the $specifiedsolutionname$ with the solution name.

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