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
`%USERPROFILE%\.dotnet\tools\pwsh.exe` should be a signed fileThis is particularly needed for the .NET SDK container images which [install PowerShell as a global tool](https://github.com/dotnet/dotnet-docker/blob/6ba62d6825b9f45b3d665ab6cc930808a40d63c6/src/sdk/8.0/nanoserver-ltsc2022/amd64/Dockerfile#L39-L47).
Actual behavior
`%USERPROFILE%\.dotnet\tools\pwsh.exe` is unsigned
Prerequisites
Steps to reproduce
dotnet tool install --global PowerShellExpected behavior
Actual behavior
`%USERPROFILE%\.dotnet\tools\pwsh.exe` is unsignedError details
No response
Environment data
Visuals
No response