-
Notifications
You must be signed in to change notification settings - Fork 229
Open
Labels
needs-triageWorkflow: This is a new issue that needs to be triaged to the appropriate team.Workflow: This is a new issue that needs to be triaged to the appropriate team.
Description
In this code:
azure-sdk-tools/eng/common/scripts/logging.ps1
Lines 14 to 16 in b121728
| if (Test-SupportsGitHubLogging) { | |
| Write-Host ("::notice::$args" -replace "`n", "%0D%0A") | |
| } |
We should escape all the same chars as this code:
Metadata
Metadata
Assignees
Labels
needs-triageWorkflow: This is a new issue that needs to be triaged to the appropriate team.Workflow: This is a new issue that needs to be triaged to the appropriate team.
Type
Projects
Status
🐝 Dev