sourceName substitution on postActions #9156
Replies: 1 comment
-
Find out the solution described in #1600 (comment) Need an opt-in for the args {
"postActions": [
{
"description": "Add projects to solution",
"args": {
"solutionFolder": "services/src/Modules/ModuleName"
},
"applyFileRenamesToArgs": [ "solutionFolder" ], // OPT-IN
"actionId": "D396686C-DE0E-4DE6-906D-291CD29FC5DE",
"continueOnError": false
}
]
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am making a template to create a new module that is composed of multiple projects.
I would also like to use substitutions in postActions, such as adding a reference or adding the projects to the solution, but trying to do so does not replace the
ModuleName
.Am I missing something ? Such as do I need to use a particular syntax ?
Beta Was this translation helpful? Give feedback.
All reactions