You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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"
}