C#C
C#3y ago
kosh

Creating a template

I tried adding args[] to it but still nothing:
"postActions": [
    {
      "description": "Add projects to solution",
      "manualInstructions": [ { "text": "Add generated project to solution manually." } ],
      "args": {
        "projects": "**/*.csproj"
      },
      "actionId": "D396686C-DE0E-4DE6-906D-291CD29FC5DE",
      "continueOnError": true
    }
  ]
Was this page helpful?