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

Add solution name to project name ? #681

Description

@dansted

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"
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions