Skip to content
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

Invoke-ShouldProcess Closure concern? #65

Open
MarkMichaelis opened this issue Aug 15, 2019 · 0 comments
Open

Invoke-ShouldProcess Closure concern? #65

MarkMichaelis opened this issue Aug 15, 2019 · 0 comments

Comments

@MarkMichaelis
Copy link
Member

When passing a script to Invoke-ShouldProcess if you assign a variable defined in the caller, will the variable get modified by the callee in the caller scope?

e.g.:

$output = $null
Invoke-ShouldProcess 'assign $output' {
  $output = "This is a test"
}
$output | Should Be 'This is a test'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant