| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…to the same location as the calling script.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM with one minor comment.
Sorry, something went wrong.
|
🎉v7.0.0-preview.5 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
…ing script to the same location as the calling script. (PowerShell#10672)
…ing script to the same location as the calling script. (PowerShell#10672)
| Back | FazBrowse Home | New Git URL |
PR Summary
This changes fixes issue, #10537. It sets each parallel running script block context to have the same working directory location as the calling script.
PR Context
Previously, parallel running script blocks would use the default PowerShell working directory, similar to remoting and job execution. But ForEach-Object -Parallel should run all script in the same working directory as the calling script, to make it consistent with ForEach-Object while running in normal (non-parallel) mode.
PR Checklist