Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants