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
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
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"
}
The text was updated successfully, but these errors were encountered: