-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows semicolon fix #14367
windows semicolon fix #14367
Conversation
…ft/azure-pipelines-tasks into users/amkawade/mysql-fix
…ft/azure-pipelines-tasks into users/amkawade/mysql-fix
This'll work for our use. Just need to consider escape characters in file paths. Things like |
No need to escape space or characters, it will fail file search as well. passing path like this will work with file search as well as replace |
That's great, I'll pop that into the docs, too. Thanks @AmrutaKawade |
Task name: AzureMysqlDeploymentV1
Description: Task fails for below combination
Windows Agent + Mysql script file selection
Task fails because of having semi-colon (;) following the MySQL Script file path. converted file path to unix format
Documentation changes required: (Y/N) N
Added unit tests: (Y/N) N
Attached related issue: (Y/N) #14352
Checklist: