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

Is it possible to create a user input parameter where multiple values can be entered seperated by a ";" ? #682

Open
dansted opened this issue Jun 9, 2022 · 0 comments

Comments

@dansted
Copy link

dansted commented Jun 9, 2022

Is it possible to create a user input parameter where multiple values can be entered seperated by a ";".
Each input value should then be used to create a new project.

User input:
MyProject1; MyProject2; MyProject3; MyProject4;

Input should then create:
MyProject1.csproj
MyProject2.csproj
MyProject3.csproj
MyProject4.csproj

@dansted dansted changed the title s it possible to create a user input parameter where multiple values can be entered seperated by a ";" ? Is it possible to create a user input parameter where multiple values can be entered seperated by a ";" ? Jun 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant