Replies: 2 comments
-
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Beta Was this translation helpful? Give feedback.
0 replies
-
[Triage] - This looks like a better topic for a discussion. Transferring. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we use SDK image for some CI related stuff and there is a need to pipe output of pwsh cmdlet to our internal tool, but for some reason text from pipe is encoded with prepended BOM and I can not get rid of it in image pwsh anyhow.
Example scenario:
I have tried to modify $OutputEncoding - but it did not work inside image, while worked for my local windows pwsh.
Any idea how I can bypass piping BOM?
image: mcr.microsoft.com/dotnet/framework/sdk:4.8
Beta Was this translation helpful? Give feedback.
All reactions