-
Notifications
You must be signed in to change notification settings - Fork 143
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
fix windows bat execution #1692
Conversation
Hi @faulycoelho, Can you please create a new issue first, with full description, and with the mention of the old one? The old issue is closed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests required.
Done: #1706 |
Tests created, committed. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s), but failed to run 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s), but failed to run 1 pipeline(s). |
Fixed testing and escaping to use '^^^' like the previous version, but only with special characters. |
Hello @faulycoelho |
Fixes #1706
In the workflow for windows environment exist a process to append '^' three times before every single char, this is preventing correct execution.
After the correction, the dotnet sonarscanner end works well.