`%USERPROFILE%\.dotnet\tools\pwsh.exe` should be a signed file
This 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).
`%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