-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Make Start-Job
throw terminating exception when -RunAs32
is specified in 64-bit pwsh
#9143
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
Conversation
@daxian-dbw Can you file the bug for documentation? |
Yes, I tested manually on a 32 bit build.
Yes, done: MicrosoftDocs/PowerShell-Docs#4003 |
Updated the PR template with the link to the doc issue. |
@PoshChan remind me in 65 hours |
@adityapatwardhan, I do not understand: remind me in 65 hours |
@PoshChan Please remind me in 65 hours |
@adityapatwardhan, will remind you in 65 hours |
Oh my gosh @SteveL-MSFT you made it to expect to be asked nicely? That's fantastic! 😂 |
@vexx32 Of course! |
@adityapatwardhan, this is the reminder you requested 65 hours ago |
PR Summary
Make
Start-Job
throw terminating exception when-RunAs32
is specified in 64-bitpwsh
.To start a 32-bit
pwsh
, you need to have the 32-bitpwsh
installed.PR Context
PR Checklist
.h
,.cpp
,.cs
,.ps1
and.psm1
files have the correct copyright headerWIP:
or[ WIP ]
to the beginning of the title (theWIP
bot will keep its status check atPending
while the prefix is present) and remove the prefix when the PR is ready.[feature]
to your commit messages if the change is significant or affects feature tests