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.
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
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: